03-17-2017, 01:57 AM
(03-16-2017, 08:47 PM)Ofnuts Wrote: Not as far as I know. And the trend is going to be 0-100 for everything (or 0.000 to 1.000). "255" is just the current internal representation of R,G, B and A channels, but S and V aren't really stored in byte.
RGB are going to be stored as values of 0-100? That doesn't make sense. Colours are stored as 8 bit components, allowing for 256 shades of each primary colour and 16777216 combinations of all 3 colours. 100 simply doesn't fit in with this system, as it is an arbitrary number and has no mathematical significance in computing.
(03-16-2017, 08:47 PM)Ofnuts Wrote: S and V aren't really stored in byte.
I know, as explained above. I was looking for a ui tweak, not a new method of saving data. The reason I ask is because I'm used to using 0-255 for selecting S and V, and would prefer an option for this.