Converts a color to a grayscale image (bitmap format Format8bppIndexed).
- input (Bitmap)
- A color image.
A grayscale image.
This method is equivalent to method ConvertRgbToGrayscaleImageY(Bitmap).
| Exception | Condition |
|---|---|
| ArgumentNullException | If input is null. |
| ArgumentException | If the input image cannot
be converted to Format24bppRgb pixel format (i.e. if
it is no color image in a 32 bit format). |
