GuiColorPanelHSV function

int GuiColorPanelHSV(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. StructPointer<Vector3D> colorHsv
)

See RaylibGuiFlatModule.GuiColorPanelHSV.

Implementation

int GuiColorPanelHSV(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  StructPointer<Vector3D> colorHsv,
) => _module.GuiColorPanelHSV(bounds, text, colorHsv);