GetBackgroundColor

メインウインドウの背景色を取得する

version(!DX_NOTUSE_DRAWFUNCTION)
nothrow @nogc extern (C++, DxLib) extern
int
GetBackgroundColor
(
int* Red
,
int* Green
,
int* Blue
,
int* Alpha = null
)

Parameters

Red int*

0~255

Green int*

0~255

Blue int*

0~255

Alpha int*

0~255

Meta