WICPixelFormatNumericRepresentation 열거형(wincodec.h)
WIC 픽셀 형식의 숫자 표현에 기본 형식을 지정하는 상수를 정의합니다.
Syntax
typedef enum WICPixelFormatNumericRepresentation {
WICPixelFormatNumericRepresentationUnspecified = 0,
WICPixelFormatNumericRepresentationIndexed = 0x1,
WICPixelFormatNumericRepresentationUnsignedInteger = 0x2,
WICPixelFormatNumericRepresentationSignedInteger = 0x3,
WICPixelFormatNumericRepresentationFixed = 0x4,
WICPixelFormatNumericRepresentationFloat = 0x5,
WICPixelFormatNumericRepresentation_FORCE_DWORD = 0x7fffffff
} ;
상수
WICPixelFormatNumericRepresentationUnspecified 값: 0 형식이 지정되지 않았습니다. |
WICPixelFormatNumericRepresentationIndexed 값: 0x1 형식이 인덱싱되도록 지정합니다. |
WICPixelFormatNumericRepresentationUnsignedInteger 값: 0x2 형식이 부호 없는 정수로 표시되도록 지정합니다. |
WICPixelFormatNumericRepresentationSignedInteger 값: 0x3 형식이 부인 정수로 표시되도록 지정합니다. |
WICPixelFormatNumericRepresentationFixed 값: 0x4 서식이 고정 소수점 숫자로 표시되도록 지정합니다. |
WICPixelFormatNumericRepresentationFloat 값: 0x5 형식이 부동 소수점 숫자로 표시되도록 지정합니다. |
WICPixelFormatNumericRepresentation_FORCE_DWORD 값: 0x7fffffff 이 상수에는 최대 DWORD 값이 포함됩니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
머리글 | wincodec.h |