Table of Contents

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 = 2

https://en.wikipedia.org/wiki/Adobe_RGB_color_space , RGB color space

AdobeRGBL = 3

https://en.wikipedia.org/wiki/Adobe_RGB_color_space , linear RGB color space

AppleRGB = 10

http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html , RGB color space

AppleRGBL = 11

http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html , linear RGB color space

DciP3RGB = 8

https://en.wikipedia.org/wiki/DCI-P3 , RGB color space

DciP3RGBL = 9

https://en.wikipedia.org/wiki/DCI-P3 , linear RGB color space

Lab_A_10 = 33

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, A illuminant, 10 degree

Lab_A_2 = 32

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, A illuminant, 2 degree

Lab_D50_10 = 31

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D50 illuminant, 10 degree

Lab_D50_2 = 29

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D50 illuminant, 2 degree

Lab_D55_10 = 35

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D55 illuminant, 10 degree

Lab_D55_2 = 34

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D55 illuminant, 2 degree

Lab_D65_10 = 30

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D65 illuminant, 10 degree

Lab_D65_2 = 28

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D65 illuminant, 2 degree

Lab_D75_10 = 37

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D75 illuminant, 10 degree

Lab_D75_2 = 36

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D75 illuminant, 2 degree

Lab_E_10 = 39

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, E illuminant, 10 degree

Lab_E_2 = 38

https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, E illuminant, 2 degree

ProPhotoRGB = 6

https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , RGB color space

ProPhotoRGBL = 7

https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , linear RGB color space

Rec2020RGB = 14

https://en.wikipedia.org/wiki/Rec._2020 , RGB color space

Rec2020RGBL = 15

https://en.wikipedia.org/wiki/Rec._2020 , linear RGB color space

Rec709RGB = 12

https://en.wikipedia.org/wiki/Rec._709 , RGB color space

Rec709RGBL = 13

https://en.wikipedia.org/wiki/Rec._709 , linear RGB color space

SRGB = 0

https://en.wikipedia.org/wiki/SRGB , RGB color space

SRGBL = 1

https://en.wikipedia.org/wiki/SRGB , linear RGB color space

WideGamutRGB = 4

https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , RGB color space

WideGamutRGBL = 5

https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , linear RGB color space

XYZ_A_10 = 21

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, A illuminant, 10 degree

XYZ_A_2 = 20

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, A illuminant, 2 degree

XYZ_D50_10 = 19

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D50 illuminant, 10 degree

XYZ_D50_2 = 17

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D50 illuminant, 2 degree

XYZ_D55_10 = 23

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D55 illuminant, 10 degree

XYZ_D55_2 = 22

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D55 illuminant, 2 degree

XYZ_D65_10 = 18

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D65 illuminant, 10 degree

XYZ_D65_2 = 16

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D65 illuminant, 2 degree

XYZ_D75_10 = 25

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D75 illuminant, 10 degree

XYZ_D75_2 = 24

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D75 illuminant, 2 degree

XYZ_E_10 = 27

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, E illuminant, 10 degree

XYZ_E_2 = 26

https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, E illuminant, 2 degree