to_win32 method

to_win32

Translates the color to win32 color.

Returns

The win32 color.

def to_win32(self, c):
    ...
ParameterTypeDescription
cColorThe color.

See Also