Grasshopper API
GH_BitmapChannel Enumeration |
Lists all possible channels for 24 and 32 bit bitmaps.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
A | 1 | Alpha channel, not all bitmaps support this. | |
R | 2 | Red channel. | |
G | 4 | Green channel. | |
B | 8 | Blue channel. | |
RGB | 14 | Red, Green and Blue channel mashup. | |
ARGB | 15 | Alpha, Red, Green and Blue channel mashup. |
