Last Updated:
17 Mar 2025 17:00
by David
ColorEditor: Add an option to specify the range for the alpha value of the color to between 0 and 255
Currently, the RadMaskedNumericInput and the RadSlider elements are used for specifying the alpha value of the color work between 0 and 1. Internally, after the alpha value is updated, it is multiplied by 255 and converted to byte.
We could expose an option to work directly with byte values in the range of 0 and 255 for the alpha color.