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


In This Topic
    PrintGraphicsColorSpecificationOption Enumeration
    In This Topic
    Denotes the color coordinate system used for color sixel printing.
    Syntax
    'Declaration
     
    
    Public Enum PrintGraphicsColorSpecificationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintGraphicsColorSpecificationOption
    public enum PrintGraphicsColorSpecificationOption : System.Enum 
    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