ColorTranslator.FromOle

ColorTranslator.FromOle method

Translates an OLE color value to a GDI+ Color structure.

public static Color FromOle(int oleColor)
ParameterTypeDescription
oleColorInt32The OLE color to translate.

Return Value

The Color structure that represents the translated OLE color.

See Also