VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000ColorSpaceType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    Jpeg2000ColorSpaceType Enumeration
    In This Topic
    Specifies available types of the color space of the Jpeg2000 image.
    Syntax
    'Declaration
    
    Public Enum Jpeg2000ColorSpaceType
       Inherits System.Enum
    
    
    public enum Jpeg2000ColorSpaceType : System.Enum
    
    
    __value public enum Jpeg2000ColorSpaceType : public System.Enum
    
    
    public enum class Jpeg2000ColorSpaceType : public System.Enum
    
    
    Members
    MemberDescription
    CMYKCMYK color space.
    sRGBsRGB color space.
    GrayscaleGrayscale color space.
    sYCCsYCC color space.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType

    Requirements

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

    See Also