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):
...
Parameter | Type | Description |
---|---|---|
min_is_white | bool | if set to true the palette starts with white color, otherwise it starts with black color. |
See Also
- module
aspose.cad
- class
ColorPaletteHelper