SetBackgroundColor

メインウインドウの背景色を設定する

version(!DX_NOTUSE_DRAWFUNCTION)
nothrow @nogc extern (C++, DxLib) extern
int
SetBackgroundColor
(
int Red
,
int Green
,
int Blue
,
int Alpha = 0
)

Parameters

Red int

0~255

Green int

0~255

Blue int

0~255

Alpha int

0~255

Meta