Enum ColorSpace
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Color space used by the color correction model (ccm), covering common RGB working spaces (each with a corresponding linear variant, suffixed RGBL) plus CIE XYZ and CIE Lab under several illuminant/observer-angle combinations.
public enum ColorSpace
Fields
AdobeRGB = 2https://en.wikipedia.org/wiki/Adobe_RGB_color_space , RGB color space
AdobeRGBL = 3https://en.wikipedia.org/wiki/Adobe_RGB_color_space , linear RGB color space
AppleRGB = 10http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html , RGB color space
AppleRGBL = 11http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html , linear RGB color space
DciP3RGB = 8https://en.wikipedia.org/wiki/DCI-P3 , RGB color space
DciP3RGBL = 9https://en.wikipedia.org/wiki/DCI-P3 , linear RGB color space
Lab_A_10 = 33https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, A illuminant, 10 degree
Lab_A_2 = 32https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, A illuminant, 2 degree
Lab_D50_10 = 31https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D50 illuminant, 10 degree
Lab_D50_2 = 29https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D50 illuminant, 2 degree
Lab_D55_10 = 35https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D55 illuminant, 10 degree
Lab_D55_2 = 34https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D55 illuminant, 2 degree
Lab_D65_10 = 30https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D65 illuminant, 10 degree
Lab_D65_2 = 28https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D65 illuminant, 2 degree
Lab_D75_10 = 37https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D75 illuminant, 10 degree
Lab_D75_2 = 36https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D75 illuminant, 2 degree
Lab_E_10 = 39https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, E illuminant, 10 degree
Lab_E_2 = 38https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, E illuminant, 2 degree
ProPhotoRGB = 6https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , RGB color space
ProPhotoRGBL = 7https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , linear RGB color space
Rec2020RGB = 14https://en.wikipedia.org/wiki/Rec._2020 , RGB color space
Rec2020RGBL = 15https://en.wikipedia.org/wiki/Rec._2020 , linear RGB color space
Rec709RGB = 12https://en.wikipedia.org/wiki/Rec._709 , RGB color space
Rec709RGBL = 13https://en.wikipedia.org/wiki/Rec._709 , linear RGB color space
SRGB = 0https://en.wikipedia.org/wiki/SRGB , RGB color space
SRGBL = 1https://en.wikipedia.org/wiki/SRGB , linear RGB color space
WideGamutRGB = 4https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , RGB color space
WideGamutRGBL = 5https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , linear RGB color space
XYZ_A_10 = 21https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, A illuminant, 10 degree
XYZ_A_2 = 20https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, A illuminant, 2 degree
XYZ_D50_10 = 19https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D50 illuminant, 10 degree
XYZ_D50_2 = 17https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D50 illuminant, 2 degree
XYZ_D55_10 = 23https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D55 illuminant, 10 degree
XYZ_D55_2 = 22https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D55 illuminant, 2 degree
XYZ_D65_10 = 18https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D65 illuminant, 10 degree
XYZ_D65_2 = 16https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D65 illuminant, 2 degree
XYZ_D75_10 = 25https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D75 illuminant, 10 degree
XYZ_D75_2 = 24https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D75 illuminant, 2 degree
XYZ_E_10 = 27https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, E illuminant, 10 degree
XYZ_E_2 = 26https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, E illuminant, 2 degree