@electrovir/color - v1.7.8
    Preparing search index...

    Variable VirAllSpacesColorPickerConst

    VirAllSpacesColorPicker: DeclarativeElementDefinition<
        "vir-all-spaces-color-picker",
        { color: string },
        {
            inputColorString: string | undefined;
            overrideInputColor: ColorSyntaxName | undefined;
        },
        { colorChange: DefineEvent<string> },
        "vir-all-spaces-color-picker-",
        "vir-all-spaces-color-picker-",
        readonly [],
        readonly [],
    > = ...

    A color picker element that shows sliders for all supported color spaces at once, as well as all the values for all supported color spaces in a table.