Optionalname: stringOptionaldefaultColor: stringOptionalcolor: stringOptionalwidth: string | numberOptionalheight: string | numberOptionalsize: string | numberName the color picker is known by, which control.getControlByName finds it by
Hex color the picker starts on
CSS color of the control's border
OptionalwidthWidth as a pixel string or a fraction; left out, 300 pixels
OptionalheightHeight as a pixel string or a fraction; left out, 300 pixels
OptionalsizeWidth and height together, as a pixel string or a fraction; it overrides both when given
Feeds
babylon.gui.colorPicker.createColorPicker: the name, starting color and optional sizes of a color picker.