WICPixelFormatNumericRepresentation 列挙 (wincodec.h)

WIC ピクセル形式の数値表現のプリミティブ型を指定する定数を定義します。

構文

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 アプリ]
Header wincodec.h