palette property

  1. @Array.multi<NativeType>([256])
Array<GhosttyColorRgb> palette
getter/setter pair

The active 256-color palette for this render state.

Implementation

@ffi.Array.multi([256])
external ffi.Array<GhosttyColorRgb> palette;