InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / PrintGraphicsColorSpecificationOption Enumeration


PrintGraphicsColorSpecificationOption Enumeration
Denotes the color coordinate system used for color sixel printing.
Syntax
'Declaration
 
Public Enum PrintGraphicsColorSpecificationOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintGraphicsColorSpecificationOption
Members
MemberDescription
HLSHost colors are interpreted using the Hue, Luminosity, and Saturation parameters.
RGBHost colors are interpreted using the Red, Blue, and Green parameters.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.PrintGraphicsColorSpecificationOption

See Also