VintaSoft Twain .NET SDK 15.4: Documentation for .NET 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

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also