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

D2D1_SPOTSPECULAR_PROP

列挙型
基底型i4

メンバー 10

名前10進16進
D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION00x0
D2D1_SPOTSPECULAR_PROP_POINTS_AT10x1
D2D1_SPOTSPECULAR_PROP_FOCUS20x2
D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE30x3
D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT40x4
D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT50x5
D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE60x6
D2D1_SPOTSPECULAR_PROP_COLOR70x7
D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH80x8
D2D1_SPOTSPECULAR_PROP_SCALE_MODE90x9

各言語での定義

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

typedef enum D2D1_SPOTSPECULAR_PROP : int {
    D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION = 0,
    D2D1_SPOTSPECULAR_PROP_POINTS_AT = 1,
    D2D1_SPOTSPECULAR_PROP_FOCUS = 2,
    D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE = 3,
    D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT = 4,
    D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT = 5,
    D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE = 6,
    D2D1_SPOTSPECULAR_PROP_COLOR = 7,
    D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH = 8,
    D2D1_SPOTSPECULAR_PROP_SCALE_MODE = 9
} D2D1_SPOTSPECULAR_PROP;
public enum D2D1_SPOTSPECULAR_PROP : int
{
    D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION = 0,
    D2D1_SPOTSPECULAR_PROP_POINTS_AT = 1,
    D2D1_SPOTSPECULAR_PROP_FOCUS = 2,
    D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE = 3,
    D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT = 4,
    D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT = 5,
    D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE = 6,
    D2D1_SPOTSPECULAR_PROP_COLOR = 7,
    D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH = 8,
    D2D1_SPOTSPECULAR_PROP_SCALE_MODE = 9,
}
Public Enum D2D1_SPOTSPECULAR_PROP As Integer
    D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION = 0
    D2D1_SPOTSPECULAR_PROP_POINTS_AT = 1
    D2D1_SPOTSPECULAR_PROP_FOCUS = 2
    D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE = 3
    D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT = 4
    D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT = 5
    D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE = 6
    D2D1_SPOTSPECULAR_PROP_COLOR = 7
    D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH = 8
    D2D1_SPOTSPECULAR_PROP_SCALE_MODE = 9
End Enum
import enum

class D2D1_SPOTSPECULAR_PROP(enum.IntEnum):
    D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION = 0
    D2D1_SPOTSPECULAR_PROP_POINTS_AT = 1
    D2D1_SPOTSPECULAR_PROP_FOCUS = 2
    D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE = 3
    D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT = 4
    D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT = 5
    D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE = 6
    D2D1_SPOTSPECULAR_PROP_COLOR = 7
    D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH = 8
    D2D1_SPOTSPECULAR_PROP_SCALE_MODE = 9
// D2D1_SPOTSPECULAR_PROP
pub const D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION: i32 = 0;
pub const D2D1_SPOTSPECULAR_PROP_POINTS_AT: i32 = 1;
pub const D2D1_SPOTSPECULAR_PROP_FOCUS: i32 = 2;
pub const D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE: i32 = 3;
pub const D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT: i32 = 4;
pub const D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT: i32 = 5;
pub const D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE: i32 = 6;
pub const D2D1_SPOTSPECULAR_PROP_COLOR: i32 = 7;
pub const D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH: i32 = 8;
pub const D2D1_SPOTSPECULAR_PROP_SCALE_MODE: i32 = 9;
// D2D1_SPOTSPECULAR_PROP
const (
	D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION int32 = 0
	D2D1_SPOTSPECULAR_PROP_POINTS_AT int32 = 1
	D2D1_SPOTSPECULAR_PROP_FOCUS int32 = 2
	D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE int32 = 3
	D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT int32 = 4
	D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT int32 = 5
	D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE int32 = 6
	D2D1_SPOTSPECULAR_PROP_COLOR int32 = 7
	D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH int32 = 8
	D2D1_SPOTSPECULAR_PROP_SCALE_MODE int32 = 9
)
const
  D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION = 0;
  D2D1_SPOTSPECULAR_PROP_POINTS_AT = 1;
  D2D1_SPOTSPECULAR_PROP_FOCUS = 2;
  D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE = 3;
  D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT = 4;
  D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT = 5;
  D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE = 6;
  D2D1_SPOTSPECULAR_PROP_COLOR = 7;
  D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH = 8;
  D2D1_SPOTSPECULAR_PROP_SCALE_MODE = 9;
// D2D1_SPOTSPECULAR_PROP
pub const D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION: i32 = 0;
pub const D2D1_SPOTSPECULAR_PROP_POINTS_AT: i32 = 1;
pub const D2D1_SPOTSPECULAR_PROP_FOCUS: i32 = 2;
pub const D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE: i32 = 3;
pub const D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT: i32 = 4;
pub const D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT: i32 = 5;
pub const D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE: i32 = 6;
pub const D2D1_SPOTSPECULAR_PROP_COLOR: i32 = 7;
pub const D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH: i32 = 8;
pub const D2D1_SPOTSPECULAR_PROP_SCALE_MODE: i32 = 9;
const
  D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION* = 0
  D2D1_SPOTSPECULAR_PROP_POINTS_AT* = 1
  D2D1_SPOTSPECULAR_PROP_FOCUS* = 2
  D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE* = 3
  D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT* = 4
  D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT* = 5
  D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE* = 6
  D2D1_SPOTSPECULAR_PROP_COLOR* = 7
  D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH* = 8
  D2D1_SPOTSPECULAR_PROP_SCALE_MODE* = 9
enum D2D1_SPOTSPECULAR_PROP : int {
    D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION = 0,
    D2D1_SPOTSPECULAR_PROP_POINTS_AT = 1,
    D2D1_SPOTSPECULAR_PROP_FOCUS = 2,
    D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE = 3,
    D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT = 4,
    D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT = 5,
    D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE = 6,
    D2D1_SPOTSPECULAR_PROP_COLOR = 7,
    D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH = 8,
    D2D1_SPOTSPECULAR_PROP_SCALE_MODE = 9,
}
#define global D2D1_SPOTSPECULAR_PROP_LIGHT_POSITION      0x0
#define global D2D1_SPOTSPECULAR_PROP_POINTS_AT           0x1
#define global D2D1_SPOTSPECULAR_PROP_FOCUS               0x2
#define global D2D1_SPOTSPECULAR_PROP_LIMITING_CONE_ANGLE 0x3
#define global D2D1_SPOTSPECULAR_PROP_SPECULAR_EXPONENT   0x4
#define global D2D1_SPOTSPECULAR_PROP_SPECULAR_CONSTANT   0x5
#define global D2D1_SPOTSPECULAR_PROP_SURFACE_SCALE       0x6
#define global D2D1_SPOTSPECULAR_PROP_COLOR               0x7
#define global D2D1_SPOTSPECULAR_PROP_KERNEL_UNIT_LENGTH  0x8
#define global D2D1_SPOTSPECULAR_PROP_SCALE_MODE          0x9