Enum IccColorSpaceType
Color Space Type
Namespace: SixLabors.ImageSharp.Metadata.Profiles.Icc
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum IccColorSpaceType : uint
Fields
Name | Description |
---|---|
CieLab | CIE Lab |
CieLuv | CIE Luv |
CieXyz | CIE XYZ |
CieYxy | CIE Yxy |
Cmy | CMY |
Cmyk | CMYK |
Color10 | Generic 10 channel color |
Color11 | Generic 11 channel color |
Color12 | Generic 12 channel color |
Color13 | Generic 13 channel color |
Color14 | Generic 14 channel color |
Color15 | Generic 15 channel color |
Color2 | Generic 2 channel color |
Color3 | Generic 3 channel color |
Color4 | Generic 4 channel color |
Color5 | Generic 5 channel color |
Color6 | Generic 6 channel color |
Color7 | Generic 7 channel color |
Color8 | Generic 8 channel color |
Color9 | Generic 9 channel color |
Gray | Gray |
Hls | HLS |
Hsv | HSV |
Rgb | RGB |
YCbCr | YCbCr |