get_matching_color method

get_matching_color

Find best matching Color in current palette.

Returns

Best matching color.

def get_matching_color(self, raw_color):
    ...
ParameterTypeDescription
raw_coloraspose.pydrawing.ColorRaw color.

See Also