HistogramFormatfunction
Specifies the number and type of histograms that represent the color channels of a bitmap. This enumeration is used with the **GdipBitmapGetHistogram** function.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
HistogramFormatARGB | 0 | |
HistogramFormatPARGB | 1 | |
HistogramFormatRGB | 2 | |
HistogramFormatGray | 3 | |
HistogramFormatB | 4 | |
HistogramFormatG | 5 | |
HistogramFormatR | 6 | |
HistogramFormatA | 7 |
Description
The HistogramFormat enumeration specifies the number and type of histograms that represent the color channels of a bitmap. This enumeration is used with the GdipBitmapGetHistogram function.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations