ColorModel Enumeration

CVB.Net Documentation
Color model that this image is using.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum ColorModel
Members

  Member nameValueDescription
RGBGuess-2 Color space was not explicitly specified, but is likely to be RGB
MonoGuess-1 Color space was not explicitly specified, but is likely to be monochrome
Unknown0 color space is not known
Mono1 monochrome "color" space
RGB2 RGB color space
YUV3 YUV color space
HSI4 HSI color space
YCbCr5 YCbCr color model
CieLUV6 CIE LUV color model
CieLab7 CIE Lab color model
HLS8 HLS (Hue, Lightness, Saturation) color model
YCC9 YCC color model
HSV10 HSV (Hue, Saturation, Value) color model
CieXYZ11 CIE XYZ color model
See Also

Reference