다음을 통해 공유


ColorMatrixFlags 열거형(gdipluscolormatrix.h)

ColorMatrixFlags 열거형은 ImageAttributes 개체의 색 및 회색조 조정 설정의 영향을 받는 이미지 및 색 유형을 지정합니다.

Syntax

typedef enum ColorMatrixFlags {
  ColorMatrixFlagsDefault = 0,
  ColorMatrixFlagsSkipGrays = 1,
  ColorMatrixFlagsAltGray = 2
} ;

상수

 
ColorMatrixFlagsDefault
값: 0
모든 색 값(회색 포함)이 동일한 색 조정 매트릭스에 의해 조정되도록 지정합니다.
ColorMatrixFlagsSkipGrays
값: 1
색이 조정되지만 회색 음영이 조정되지 않도록 지정합니다. 회색조는 빨강, 녹색 및 파랑 구성 요소와 동일한 값을 가지는 임의의 색입니다.
ColorMatrixFlagsAltGray
값: 2
색이 한 행렬에 의해 조정되고 회색 음영이 다른 행렬에 의해 조정되도록 지정합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP, Windows 2000 Professional [데스크톱 앱만 해당]
지원되는 최소 서버 Windows 2000 Server[데스크톱 앱만]
머리글 gdipluscolormatrix.h(Gdiplus.h 포함)

추가 정보

ImageAttributes::ClearColorMatrices

ImageAttributes::ClearColorMatrix

ImageAttributes::SetColorMatrices

ImageAttributes::SetColorMatrix