GuiColorPanel method

String GuiColorPanel(
  1. RectangleBase<RectangleBase> bounds,
  2. ColorBase<ColorBase> color
)

Implementation

String GuiColorPanel(
  RectangleBase bounds,
  ColorBase color,
) => 'GuiColorPanel($bounds, $color)';