GuiColorPicker abstract method

(int, ColorStructType) GuiColorPicker(
  1. RectangleStructType bounds,
  2. ColorStructType? color
)

Implementation

(int result, ColorStructType color) GuiColorPicker(
  RectangleStructType bounds,
  ColorStructType? color,
);