GuiColorPicker function

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

See RaylibGuiFlatModule.GuiColorPicker.

Implementation

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