Bamboo
Basic
Home
API Reference
API Reference
/
2D Overlay
/
b2dGetImagePaletteColorR
b2dGetImagePaletteColorR
Returns the R component (0-255) of a palette entry.
2D Overlay
Parameters & Returns
Parameters
imageHandle
Int
index
Int
Returns
Int
Quick Summary
Returns the R component (0-255) of a palette entry.
Technical Exegesis...
Reads back the R channel of palette entry `index` for the indexed image - useful for copying, tweaking or fading palettes.
Example
Example.bam
; No example implemented yet
Since: 1.0
Status: Stable
← Back to 2D Overlay