create_from_edid
Description:
[ Version ( since = "0.1.32" ) ]
public bool create_from_edid (double gamma_value, ColorYxy red, ColorYxy green, ColorYxy blue, ColorYxy white) throws Error
public bool create_from_edid (double gamma_value, ColorYxy red, ColorYxy green, ColorYxy blue, ColorYxy white) throws Error
Creates an ICC profile from EDID data.
Parameters:
this |
A valid Icc |
gamma_value |
approximate device gamma |
red |
primary color value |
green |
primary color value |
blue |
primary color value |
white |
whitepoint value |
Returns:
true for success |