BgfxSetPaletteColor Method |
Sets an entry in the color palette.
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void SetPaletteColor(
byte index,
float* color
)
Parameters
- index
- Type: SystemByte
The index of the palette entry to set. - color
- Type: SystemSingle*
The color to set.
Remarks
The clear color palette is used with SetViewClear for clearing multiple render targets
to different color values.
See Also