ホーム › Web.MsHtml › svgFeblendMode
svgFeblendMode
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| SVG_FEBLEND_MODE_UNKNOWN | 0 | 0x0 |
| SVG_FEBLEND_MODE_NORMAL | 1 | 0x1 |
| SVG_FEBLEND_MODE_MULTIPLY | 2 | 0x2 |
| SVG_FEBLEND_MODE_SCREEN | 3 | 0x3 |
| SVG_FEBLEND_MODE_DARKEN | 4 | 0x4 |
| SVG_FEBLEND_MODE_LIGHTEN | 5 | 0x5 |
| svgFeblendMode_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum svgFeblendMode : int {
SVG_FEBLEND_MODE_UNKNOWN = 0,
SVG_FEBLEND_MODE_NORMAL = 1,
SVG_FEBLEND_MODE_MULTIPLY = 2,
SVG_FEBLEND_MODE_SCREEN = 3,
SVG_FEBLEND_MODE_DARKEN = 4,
SVG_FEBLEND_MODE_LIGHTEN = 5,
svgFeblendMode_Max = 2147483647
} svgFeblendMode;public enum svgFeblendMode : int
{
SVG_FEBLEND_MODE_UNKNOWN = 0,
SVG_FEBLEND_MODE_NORMAL = 1,
SVG_FEBLEND_MODE_MULTIPLY = 2,
SVG_FEBLEND_MODE_SCREEN = 3,
SVG_FEBLEND_MODE_DARKEN = 4,
SVG_FEBLEND_MODE_LIGHTEN = 5,
svgFeblendMode_Max = 2147483647,
}Public Enum svgFeblendMode As Integer
SVG_FEBLEND_MODE_UNKNOWN = 0
SVG_FEBLEND_MODE_NORMAL = 1
SVG_FEBLEND_MODE_MULTIPLY = 2
SVG_FEBLEND_MODE_SCREEN = 3
SVG_FEBLEND_MODE_DARKEN = 4
SVG_FEBLEND_MODE_LIGHTEN = 5
svgFeblendMode_Max = 2147483647
End Enumimport enum
class svgFeblendMode(enum.IntEnum):
SVG_FEBLEND_MODE_UNKNOWN = 0
SVG_FEBLEND_MODE_NORMAL = 1
SVG_FEBLEND_MODE_MULTIPLY = 2
SVG_FEBLEND_MODE_SCREEN = 3
SVG_FEBLEND_MODE_DARKEN = 4
SVG_FEBLEND_MODE_LIGHTEN = 5
svgFeblendMode_Max = 2147483647// svgFeblendMode
pub const SVG_FEBLEND_MODE_UNKNOWN: i32 = 0;
pub const SVG_FEBLEND_MODE_NORMAL: i32 = 1;
pub const SVG_FEBLEND_MODE_MULTIPLY: i32 = 2;
pub const SVG_FEBLEND_MODE_SCREEN: i32 = 3;
pub const SVG_FEBLEND_MODE_DARKEN: i32 = 4;
pub const SVG_FEBLEND_MODE_LIGHTEN: i32 = 5;
pub const svgFeblendMode_Max: i32 = 2147483647;// svgFeblendMode
const (
SVG_FEBLEND_MODE_UNKNOWN int32 = 0
SVG_FEBLEND_MODE_NORMAL int32 = 1
SVG_FEBLEND_MODE_MULTIPLY int32 = 2
SVG_FEBLEND_MODE_SCREEN int32 = 3
SVG_FEBLEND_MODE_DARKEN int32 = 4
SVG_FEBLEND_MODE_LIGHTEN int32 = 5
svgFeblendMode_Max int32 = 2147483647
)const
SVG_FEBLEND_MODE_UNKNOWN = 0;
SVG_FEBLEND_MODE_NORMAL = 1;
SVG_FEBLEND_MODE_MULTIPLY = 2;
SVG_FEBLEND_MODE_SCREEN = 3;
SVG_FEBLEND_MODE_DARKEN = 4;
SVG_FEBLEND_MODE_LIGHTEN = 5;
svgFeblendMode_Max = 2147483647;// svgFeblendMode
pub const SVG_FEBLEND_MODE_UNKNOWN: i32 = 0;
pub const SVG_FEBLEND_MODE_NORMAL: i32 = 1;
pub const SVG_FEBLEND_MODE_MULTIPLY: i32 = 2;
pub const SVG_FEBLEND_MODE_SCREEN: i32 = 3;
pub const SVG_FEBLEND_MODE_DARKEN: i32 = 4;
pub const SVG_FEBLEND_MODE_LIGHTEN: i32 = 5;
pub const svgFeblendMode_Max: i32 = 2147483647;const
SVG_FEBLEND_MODE_UNKNOWN* = 0
SVG_FEBLEND_MODE_NORMAL* = 1
SVG_FEBLEND_MODE_MULTIPLY* = 2
SVG_FEBLEND_MODE_SCREEN* = 3
SVG_FEBLEND_MODE_DARKEN* = 4
SVG_FEBLEND_MODE_LIGHTEN* = 5
svgFeblendMode_Max* = 2147483647enum svgFeblendMode : int {
SVG_FEBLEND_MODE_UNKNOWN = 0,
SVG_FEBLEND_MODE_NORMAL = 1,
SVG_FEBLEND_MODE_MULTIPLY = 2,
SVG_FEBLEND_MODE_SCREEN = 3,
SVG_FEBLEND_MODE_DARKEN = 4,
SVG_FEBLEND_MODE_LIGHTEN = 5,
svgFeblendMode_Max = 2147483647,
}#define global SVG_FEBLEND_MODE_UNKNOWN 0x0
#define global SVG_FEBLEND_MODE_NORMAL 0x1
#define global SVG_FEBLEND_MODE_MULTIPLY 0x2
#define global SVG_FEBLEND_MODE_SCREEN 0x3
#define global SVG_FEBLEND_MODE_DARKEN 0x4
#define global SVG_FEBLEND_MODE_LIGHTEN 0x5
#define global svgFeblendMode_Max 0x7FFFFFFF