Win32 API 日本語リファレンス
ホームGraphics.Direct2D › D2D1_HUETORGB_PROP

D2D1_HUETORGB_PROP

列挙型
基底型i4

メンバー 1

名前10進16進
D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE00x0

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum D2D1_HUETORGB_PROP : int {
    D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE = 0
} D2D1_HUETORGB_PROP;
public enum D2D1_HUETORGB_PROP : int
{
    D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE = 0,
}
Public Enum D2D1_HUETORGB_PROP As Integer
    D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE = 0
End Enum
import enum

class D2D1_HUETORGB_PROP(enum.IntEnum):
    D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE = 0
// D2D1_HUETORGB_PROP
pub const D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE: i32 = 0;
// D2D1_HUETORGB_PROP
const (
	D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE int32 = 0
)
const
  D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE = 0;
// D2D1_HUETORGB_PROP
pub const D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE: i32 = 0;
const
  D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE* = 0
enum D2D1_HUETORGB_PROP : int {
    D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE = 0,
}
#define global D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE 0x0