Open PierreHei opened 8 years ago
To fully support the alpha channel in PhotonUI widget, the following widgets must be modified:
photonui.Color
:
setRgbString()
must be implementedget/setCssRgbString()
setRgbaString()
must be implementedget/setCssRgbaString()
get|setRgbaHexString()
must be implementedfromString()
method must be implemented to import color from any format (hex, rgb, rgba, named color,...)photonui.ColorPicker
:
photonui.ColorPalette
:
photonui.ColorButton
:
photonui.ColorPickerDialog
:
Everything is in the title, none of the widgets allows to set the alpha field of the color class