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