Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
SetSysColors
win32api
.SetSysColors
SetSysColors(
Elements
, RgbValues
)
Changes color of various window elements
Parameters
Elements
: tuple
A tuple of ints, COLOR_* constants indicating which window element to change
RgbValues
: tuple
An equal length tuple of ints representing RGB values (see
win32api::RGB
)