GuiColorPickerHSV function

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

See RaylibGuiFlatModule.GuiColorPickerHSV.

Implementation

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