GH_BitmapChannel Enumeration |
Namespace: Grasshopper.Kernel
| 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. |