GuiColorPickerHSV abstract method
(int, Vector3StructType)
GuiColorPickerHSV(
- RectangleStructType bounds, [
- 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]
);