ColorPaletteHelper.Create4BitGrayscale

ColorPaletteHelper.Create4BitGrayscale method

Creates the 4 bit grayscale palette.

public static IColorPalette Create4BitGrayscale(bool minIsWhite)
ParameterTypeDescription
minIsWhiteBooleanif set to true the palette starts with white color, otherwise it starts with black color.

Return Value

The 4 bit grayscale palette.

See Also