from_ole_color method

from_ole_color(, ole_color)

Convert OLE_COLOR.

Returns

The Color object.


@staticmethod
def from_ole_color(ole_color):
    ...
ParameterTypeDescription
ole_colorintThe value of OLE_COLOR.

See Also