Programming with Reflection
PrintGraphicsColorSpecification property
Syntax |
object.PrintGraphicsColorSpecification |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the color coordinate system used for color sixel printing. This property is relevant only when PrintGraphicsColor is set to rcPrintGraphColor and BypassPrinterDriver is True.
The default value is rcPrintGraphicsHLS.
rcPrintGraphicsHLS Reflection interprets host colors using the hue, luminosity, and saturation parameters.
rcPrintGraphicsRGB Reflection interprets host colors using the red, green, and blue parameters.