from_win32 method

from_win32

Takes color from the HTML color.

Returns

The color.

def from_win32(self, win_32_color):
    ...
ParameterTypeDescription
win_32_colorintWin32 color.

See Also