![]() | ![]() | ![]() | GIMP Config Library Reference Manual | ![]() |
---|
GimpColorConfigGimpColorConfig — |
GimpColorConfig; enum GimpColorManagementMode; enum GimpColorRenderingIntent; enum GimpColorFileOpenBehaviour;
"cmyk-profile" GimpConfigPath : Read / Write / Construct "display-module" gchararray : Read / Write / Construct "display-profile" GimpConfigPath : Read / Write / Construct "display-rendering-intent" GimpColorRenderingIntent : Read / Write / Construct "mode" GimpColorManagementMode : Read / Write / Construct "printer-profile" GimpConfigPath : Read / Write / Construct "rgb-profile" GimpConfigPath : Read / Write / Construct "simulation-rendering-intent" GimpColorRenderingIntent : Read / Write / Construct
typedef enum { GIMP_COLOR_MANAGEMENT_OFF, /*< desc="No color management" >*/ GIMP_COLOR_MANAGEMENT_DISPLAY, /*< desc="Color managed display" >*/ GIMP_COLOR_MANAGEMENT_SOFTPROOF /*< desc="Print simulation" >*/ } GimpColorManagementMode;
typedef enum { GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL, /*< desc="Perceptual" >*/ GIMP_COLOR_RENDERING_INTENT_RELATIVE_COLORIMETRIC, /*< desc="Relative Colorimetric" >*/ GIMP_COLOR_RENDERING_INTENT_SATURATION, /*< desc="Saturation" >*/ GIMP_COLOR_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC /*< desc="Absolute Colorimetric" >*/ } GimpColorRenderingIntent;
"cmyk-profile" GimpConfigPath : Read / Write / Construct
Sets the CMYK color profile used to convert between RGB and CMYK.
Default value: NULL
"display-module" gchararray : Read / Write / Construct
Default value: "CdisplayLcms"
"display-profile" GimpConfigPath : Read / Write / Construct
Sets the color profile for the display.
Default value: NULL
"display-rendering-intent" GimpColorRenderingIntent : Read / Write / Construct
Sets how colors are mapped for your display.
Default value: GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL
"mode" GimpColorManagementMode : Read / Write / Construct
Mode of operation for color management.
Default value: GIMP_COLOR_MANAGEMENT_DISPLAY
"printer-profile" GimpConfigPath : Read / Write / Construct
Sets the color profile used when printing.
Default value: NULL
"rgb-profile" GimpConfigPath : Read / Write / Construct
Sets default RGB workspace color profile.
Default value: NULL
"simulation-rendering-intent" GimpColorRenderingIntent : Read / Write / Construct
Sets how colors are converted from workspace to simulation device.
Default value: GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL
<< gimpscanner | Index >> |