to_ole_color method

to_ole_color

Convert color to OLE_COLOR

Returns

The value of OLE_COLOR

def to_ole_color(self, color, workbook):
    ...
ParameterTypeDescription
coloraspose.pydrawing.ColorThe Color object.
workbookWorkbook

See Also