win32api
.RGB
int =
RGB(
red
, green
, blue
)
An interface to the win32api RGB macro.
Parameters
red
: int
The red value
green
: int
The green value
blue
: int
The blue value
Comments
This is simply a wrapper to a C++ macro.