case 'RgbaStringColorPicker':
            convertedValue = colord(value).toRgbString();

            // Force to set the alpha channel value.
            if (convertedValue.includes('rgb') && !convertedValue.includes('rgba')) {