GuiColorPanelHSV abstract method

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

Implementation

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