create_4_bit_grayscale method

create_4_bit_grayscale

Creates the 4 bit grayscale palette.

Returns

The 4 bit grayscale palette.

def create_4_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