GuiColorBarAlpha function

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

See RaylibGuiFlatModule.GuiColorBarAlpha.

Implementation

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