GuiColorPanel function

int GuiColorPanel(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. StructPointer<ColorD> color
)

See RaylibGuiFlatModule.GuiColorPanel.

Implementation

int GuiColorPanel(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  StructPointer<ColorD> color,
) => _module.GuiColorPanel(bounds, text, color);