Enum ColorModels
Enum ColorModels
이름 공간 : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums 모임: Aspose.Imaging.dll (25.4.0)
색상 모델
public enum ColorModels
Fields
BGR = 12
색상 모델 BGR
BW = 8
검정색과 흰색 색상
CMY = 4
CMY 색상 모델
CMYK = 2
CMYK 색상 모델, 0-100 바이트 범위로 나타납니다.
CMYK255 = 3
CMYK 색상 모델, 0-255 바이트 범위로 나타납니다.
Gray = 9
그레이스케일 색상 모델
HLS = 7
HLS 색상 모델
HSB = 6
HSB 색상 모델
Invalid = 0
무효한 색상 모델
LAB = 11
실험실 색상 모델
LAB255 = 13
실험실 색상 모델 LAB255.
Pantone = 1
팬티 팔레트
RGB = 5
RGM 색상 모델
YIQ255 = 10
YIQ 색상 모델, 0-255 바이트 범위로 나타납니다.