Unplanned
Last Updated: 17 Mar 2025 17:00 by David
Stenly
Created on: 17 Mar 2025 14:27
Category: ColorEditor
Type: Feature Request
1
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.
1 comment
David
Posted on: 17 Mar 2025 17:00
The appeal of this feature is that the alpha value would then appear in the same way as R, G and B for consistency.