create_8_bit_grayscale method

create_8_bit_grayscale

Creates the 8 bit grayscale palette.

Returns

The 8 bit grayscale palette.

def create_8_bit_grayscale(self, min_is_white):
    ...
ParameterTypeDescription
min_is_whiteboolif set to true the palette starts with white color, otherwise it starts with black color.

See Also