Click or drag to resize

BgfxSetPaletteColor Method

Sets an entry in the color palette.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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