You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Whether to show input controls for a color’s alpha channel. If set to `'hide'`, the alpha range input and the alpha channel input are hidden, the “Copy color” button will copy a CSS color value without alpha channel, and the object emitted in a `color-change` event will have a `cssColor` property value without alpha channel.
82
82
*/
@@ -92,11 +92,6 @@ declare class ColorPicker extends HTMLElement {
92
92
*/
93
93
getcolors(): ColorMap;
94
94
setcolors(colors: ColorMap);
95
-
/**
96
-
* The color format to show by default when rendering the color picker. Must be one of the formats specified in `visibleFormats`.
* The ID value will be used to prefix all `input` elements’ `id` and `label` elements’ `for` attribute values. Make sure to set this if you use multiple instances of the component on a page.
0 commit comments