GuiColorBarHue function

int GuiColorBarHue(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RFloat> value
)

See RaylibGuiFlatModule.GuiColorBarHue.

Implementation

int GuiColorBarHue(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  MemoryPointer<RFloat> value,
) => _module.GuiColorBarHue(bounds, text, value);