ccm_ColorSpace
import { ccm_ColorSpace } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Native enum entries for ccm color space. Pass an entry to enum-typed arguments or its .value to numeric arguments.
Constructors and members
static COLOR_SPACE_SRGB
https://en.wikipedia.org/wiki/SRGB , RGB color space
COLOR_SPACE_SRGB: ccm_ColorSpaceValue<0>,static COLOR_SPACE_SRGBL
https://en.wikipedia.org/wiki/SRGB , linear RGB color space
COLOR_SPACE_SRGBL: ccm_ColorSpaceValue<1>,static COLOR_SPACE_ADOBE_RGB
https://en.wikipedia.org/wiki/Adobe_RGB_color_space , RGB color space
COLOR_SPACE_ADOBE_RGB: ccm_ColorSpaceValue<2>,static COLOR_SPACE_ADOBE_RGBL
https://en.wikipedia.org/wiki/Adobe_RGB_color_space , linear RGB color space
COLOR_SPACE_ADOBE_RGBL: ccm_ColorSpaceValue<3>,static COLOR_SPACE_WIDE_GAMUT_RGB
https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , RGB color space
COLOR_SPACE_WIDE_GAMUT_RGB: ccm_ColorSpaceValue<4>,static COLOR_SPACE_WIDE_GAMUT_RGBL
https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , linear RGB color space
COLOR_SPACE_WIDE_GAMUT_RGBL: ccm_ColorSpaceValue<5>,static COLOR_SPACE_PRO_PHOTO_RGB
https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , RGB color space
COLOR_SPACE_PRO_PHOTO_RGB: ccm_ColorSpaceValue<6>,static COLOR_SPACE_PRO_PHOTO_RGBL
https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , linear RGB color space
COLOR_SPACE_PRO_PHOTO_RGBL: ccm_ColorSpaceValue<7>,static COLOR_SPACE_DCI_P3_RGB
https://en.wikipedia.org/wiki/DCI-P3 , RGB color space
COLOR_SPACE_DCI_P3_RGB: ccm_ColorSpaceValue<8>,static COLOR_SPACE_DCI_P3_RGBL
https://en.wikipedia.org/wiki/DCI-P3 , linear RGB color space
COLOR_SPACE_DCI_P3_RGBL: ccm_ColorSpaceValue<9>,static COLOR_SPACE_APPLE_RGB
http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html , RGB color space
COLOR_SPACE_APPLE_RGB: ccm_ColorSpaceValue<10>,static COLOR_SPACE_APPLE_RGBL
http://www.brucelindbloom.com/index.html?WorkingSpaceInfo.html , linear RGB color space
COLOR_SPACE_APPLE_RGBL: ccm_ColorSpaceValue<11>,static COLOR_SPACE_REC_709_RGB
https://en.wikipedia.org/wiki/Rec._709 , RGB color space
COLOR_SPACE_REC_709_RGB: ccm_ColorSpaceValue<12>,static COLOR_SPACE_REC_709_RGBL
https://en.wikipedia.org/wiki/Rec._709 , linear RGB color space
COLOR_SPACE_REC_709_RGBL: ccm_ColorSpaceValue<13>,static COLOR_SPACE_REC_2020_RGB
https://en.wikipedia.org/wiki/Rec._2020 , RGB color space
COLOR_SPACE_REC_2020_RGB: ccm_ColorSpaceValue<14>,static COLOR_SPACE_REC_2020_RGBL
https://en.wikipedia.org/wiki/Rec._2020 , linear RGB color space
COLOR_SPACE_REC_2020_RGBL: ccm_ColorSpaceValue<15>,static COLOR_SPACE_XYZ_D65_2
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D65 illuminant, 2 degree
COLOR_SPACE_XYZ_D65_2: ccm_ColorSpaceValue<16>,static COLOR_SPACE_XYZ_D50_2
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D50 illuminant, 2 degree
COLOR_SPACE_XYZ_D50_2: ccm_ColorSpaceValue<17>,static COLOR_SPACE_XYZ_D65_10
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D65 illuminant, 10 degree
COLOR_SPACE_XYZ_D65_10: ccm_ColorSpaceValue<18>,static COLOR_SPACE_XYZ_D50_10
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D50 illuminant, 10 degree
COLOR_SPACE_XYZ_D50_10: ccm_ColorSpaceValue<19>,static COLOR_SPACE_XYZ_A_2
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, A illuminant, 2 degree
COLOR_SPACE_XYZ_A_2: ccm_ColorSpaceValue<20>,static COLOR_SPACE_XYZ_A_10
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, A illuminant, 10 degree
COLOR_SPACE_XYZ_A_10: ccm_ColorSpaceValue<21>,static COLOR_SPACE_XYZ_D55_2
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D55 illuminant, 2 degree
COLOR_SPACE_XYZ_D55_2: ccm_ColorSpaceValue<22>,static COLOR_SPACE_XYZ_D55_10
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D55 illuminant, 10 degree
COLOR_SPACE_XYZ_D55_10: ccm_ColorSpaceValue<23>,static COLOR_SPACE_XYZ_D75_2
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D75 illuminant, 2 degree
COLOR_SPACE_XYZ_D75_2: ccm_ColorSpaceValue<24>,static COLOR_SPACE_XYZ_D75_10
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, D75 illuminant, 10 degree
COLOR_SPACE_XYZ_D75_10: ccm_ColorSpaceValue<25>,static COLOR_SPACE_XYZ_E_2
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, E illuminant, 2 degree
COLOR_SPACE_XYZ_E_2: ccm_ColorSpaceValue<26>,static COLOR_SPACE_XYZ_E_10
https://en.wikipedia.org/wiki/CIE_1931_color_space , XYZ color space, E illuminant, 10 degree
COLOR_SPACE_XYZ_E_10: ccm_ColorSpaceValue<27>,static COLOR_SPACE_LAB_D65_2
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D65 illuminant, 2 degree
COLOR_SPACE_LAB_D65_2: ccm_ColorSpaceValue<28>,static COLOR_SPACE_LAB_D50_2
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D50 illuminant, 2 degree
COLOR_SPACE_LAB_D50_2: ccm_ColorSpaceValue<29>,static COLOR_SPACE_LAB_D65_10
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D65 illuminant, 10 degree
COLOR_SPACE_LAB_D65_10: ccm_ColorSpaceValue<30>,static COLOR_SPACE_LAB_D50_10
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D50 illuminant, 10 degree
COLOR_SPACE_LAB_D50_10: ccm_ColorSpaceValue<31>,static COLOR_SPACE_LAB_A_2
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, A illuminant, 2 degree
COLOR_SPACE_LAB_A_2: ccm_ColorSpaceValue<32>,static COLOR_SPACE_LAB_A_10
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, A illuminant, 10 degree
COLOR_SPACE_LAB_A_10: ccm_ColorSpaceValue<33>,static COLOR_SPACE_LAB_D55_2
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D55 illuminant, 2 degree
COLOR_SPACE_LAB_D55_2: ccm_ColorSpaceValue<34>,static COLOR_SPACE_LAB_D55_10
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D55 illuminant, 10 degree
COLOR_SPACE_LAB_D55_10: ccm_ColorSpaceValue<35>,static COLOR_SPACE_LAB_D75_2
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D75 illuminant, 2 degree
COLOR_SPACE_LAB_D75_2: ccm_ColorSpaceValue<36>,static COLOR_SPACE_LAB_D75_10
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, D75 illuminant, 10 degree
COLOR_SPACE_LAB_D75_10: ccm_ColorSpaceValue<37>,static COLOR_SPACE_LAB_E_2
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, E illuminant, 2 degree
COLOR_SPACE_LAB_E_2: ccm_ColorSpaceValue<38>,static COLOR_SPACE_LAB_E_10
https://en.wikipedia.org/wiki/CIELAB_color_space , Lab color space, E illuminant, 10 degree
COLOR_SPACE_LAB_E_10: ccm_ColorSpaceValue<39>These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.