ホーム › Graphics.Direct2D › D2D1_HUETORGB_PROP
D2D1_HUETORGB_PROP
列挙型メンバー 1
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE | 0 | 0x0 | D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE プロパティは、どの色空間から変換するかを示す列挙値です。 このプロパティの既定値は D2D1_HUETORGB_INPUT_COLOR_SPACE_HUE_SATURATION_VALUE です。 詳細については、D2D1_HUETORGB_INPUT_COLOR_SPACE 列挙型を参照してください。 |
公式ドキュメント
Hue to RGB 効果のプロパティの識別子です。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 0enum D2D1_HUETORGB_PROP : int {
D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE = 0,
}#define global D2D1_HUETORGB_PROP_INPUT_COLOR_SPACE 0x0