ColorPaletteHelper.Create8BitGrayscale

ColorPaletteHelper.Create8BitGrayscale method

Creates the 8 bit grayscale palette.

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

Return Value

The 8 bit grayscale palette.

See Also