bgfx_set_palette_color

Set palette color value.

  1. void bgfx_set_palette_color(byte _index, float[4] _rgba)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_set_palette_color
    (
    byte _index
    ,
    const float[4] _rgba
    )
  2. da_bgfx_set_palette_color bgfx_set_palette_color;

Parameters

_index byte

Index into palette.

_rgba float[4]

RGBA floating point values.

Meta