ホーム › Graphics.Direct2D › D2D1_SEPIA_PROP
D2D1_SEPIA_PROP
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| D2D1_SEPIA_PROP_INTENSITY | 0 | 0x0 |
| D2D1_SEPIA_PROP_ALPHA_MODE | 1 | 0x1 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum D2D1_SEPIA_PROP : int {
D2D1_SEPIA_PROP_INTENSITY = 0,
D2D1_SEPIA_PROP_ALPHA_MODE = 1
} D2D1_SEPIA_PROP;public enum D2D1_SEPIA_PROP : int
{
D2D1_SEPIA_PROP_INTENSITY = 0,
D2D1_SEPIA_PROP_ALPHA_MODE = 1,
}Public Enum D2D1_SEPIA_PROP As Integer
D2D1_SEPIA_PROP_INTENSITY = 0
D2D1_SEPIA_PROP_ALPHA_MODE = 1
End Enumimport enum
class D2D1_SEPIA_PROP(enum.IntEnum):
D2D1_SEPIA_PROP_INTENSITY = 0
D2D1_SEPIA_PROP_ALPHA_MODE = 1// D2D1_SEPIA_PROP
pub const D2D1_SEPIA_PROP_INTENSITY: i32 = 0;
pub const D2D1_SEPIA_PROP_ALPHA_MODE: i32 = 1;// D2D1_SEPIA_PROP
const (
D2D1_SEPIA_PROP_INTENSITY int32 = 0
D2D1_SEPIA_PROP_ALPHA_MODE int32 = 1
)const
D2D1_SEPIA_PROP_INTENSITY = 0;
D2D1_SEPIA_PROP_ALPHA_MODE = 1;// D2D1_SEPIA_PROP
pub const D2D1_SEPIA_PROP_INTENSITY: i32 = 0;
pub const D2D1_SEPIA_PROP_ALPHA_MODE: i32 = 1;const
D2D1_SEPIA_PROP_INTENSITY* = 0
D2D1_SEPIA_PROP_ALPHA_MODE* = 1enum D2D1_SEPIA_PROP : int {
D2D1_SEPIA_PROP_INTENSITY = 0,
D2D1_SEPIA_PROP_ALPHA_MODE = 1,
}#define global D2D1_SEPIA_PROP_INTENSITY 0x0
#define global D2D1_SEPIA_PROP_ALPHA_MODE 0x1