Show / Hide Table of Contents

Enum J_COLOR_SPACE

Known color spaces.

Namespace: BitMiracle.LibJpeg.Classic
Assembly: BitMiracle.LibJpeg.NET.dll
Syntax
public enum J_COLOR_SPACE

Fields

Name Description
JCS_BG_RGB

big gamut red/green/blue, bg-sRGB

JCS_BG_YCC

big gamut Y/Cb/Cr, bg-sYCC

JCS_CMYK

C/M/Y/K

JCS_GRAYSCALE

Monochrome

JCS_NCHANNEL

N channels

JCS_RGB

Red/Green/Blue, standard RGB (sRGB)

JCS_UNKNOWN

Unspecified color space.

JCS_YCbCr

Y/Cb/Cr (also known as YUV), standard YCC

JCS_YCCK

Y/Cb/Cr/K

See Also
Special color spaces
  • Improve this Doc
  • View Source
Back to top Generated by DocFX