is_color_in_palette method

is_color_in_palette

Checks if a color is in the palette for the spreadsheet.

Returns

Returns true if this color is in the palette. Otherwise, returns false

def is_color_in_palette(self, color):
    ...
ParameterTypeDescription
coloraspose.pydrawing.ColorColor structure.

See Also