GuiColorPickerHSV abstract method

(int, Vector3StructType) GuiColorPickerHSV(
  1. RectangleStructType bounds, [
  2. Vector3StructType? colorHsv
])

Color Picker control that avoids conversion to RGB on each call (multiple color controls)

Implementation

(int result, Vector3StructType hsv) GuiColorPickerHSV(
  RectangleStructType bounds,
  [Vector3StructType? colorHsv]
);