ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.JPG Namespace / ImGearQuadComponentColorSpace Enumeration




In This Topic
    ImGearQuadComponentColorSpace Enumeration
    In This Topic
    This enumeration specifies a mode for setting color space value for quad component JPEG files on load.
    Syntax
    'Declaration
     
    Public Enum ImGearQuadComponentColorSpace 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearQuadComponentColorSpace
    public enum ImGearQuadComponentColorSpace : System.Enum 
    __value public enum ImGearQuadComponentColorSpace : public System.Enum 
    public enum class ImGearQuadComponentColorSpace : public System.Enum 
    Members
    MemberValueDescription
    Auto0Forces ImageGear to autodetect the color space.
    Cmyk2 Forces to load quad component JPEG directly as CMYK.
    Rgba1 Forces to load quad component JPEG directly as RGBA.
    Ycck3 Forces to load quad component JPEG as CMYK by converting the image pixels from YCCK colorspace.
    Remarks
    This enumeration is used for JFIF QuadComponentColorSpace control parameter to either let the ImageGear to detect the color space or let the user set the color space explicitly.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.JPG.ImGearQuadComponentColorSpace

    See Also