ColorTranslator.ToWin32

ColorTranslator.ToWin32 method

Translates the color to win32 color.

public static int ToWin32(Color c)
ParameterTypeDescription
cColorThe color.

Return Value

The win32 color.

See Also