ColorTranslator.FromWin32
ColorTranslator.FromWin32 method
Translates a Windows color value to a GDI+ Color structure.
public static Color FromWin32(int win32Color)
Parameter | Type | Description |
---|---|---|
win32Color | Int32 | The Windows color to translate. |
Return Value
The Color structure that represents the translated Windows color.
See Also
- struct Color
- class ColorTranslator
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common