BgfxSetPaletteColor Method |
Sets an entry in the color palette.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetPaletteColor(
byte index,
float* color
)
Parameters
- index Byte
- The index of the palette entry to set.
- color Single*
- The color to set.
Remarks
The clear color palette is used with SetViewClear for clearing multiple render targets
to different color values.
See Also