VintaSoft Barcode .NET SDK 14.3: Documentation for Web developer
Vintasoft.Imaging Namespace / ColorSpaceType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ColorSpaceType Enumeration
    In This Topic
    Specifies available color space types.
    Syntax
    'Declaration
    
    Public Enum ColorSpaceType
       Inherits System.Enum
    
    
    public enum ColorSpaceType : System.Enum
    
    
    __value public enum ColorSpaceType : public System.Enum
    
    
    public enum class ColorSpaceType : public System.Enum
    
    
    Members
    MemberDescription
    UnsupportedColor space is unsupported.
    GrayColor space type is gray.
    sRGBColor space type is sRGB.
    CMYKColor space type is CMYK.
    CMYColor space type is CMY.
    CIELabColor space type is CIELab.
    CIEXYZColor space type is CIEXYZ.
    CIEYxyColor space type is CIEYxy.
    CIELUVColor space type is CIELUV.
    PCSLabColor space type is PCSLab.
    PCSXYZColor space type is PCSXYZ.
    YCbCrKColor space type is YCbCrK.
    YCbCrColor space type is YCbCr.
    HSVColor space type is HSV.
    HLSColor space type is HLS.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.ColorSpaceType

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also