On Jul 26, 2:40 am, Jon <[email protected]> wrote:
>    I have always seen this behaviour with the system colour picker and
> others. I'm not sure why. If anyone know why I'd love to know but it's
> not related to BBEdit.

I believe it is related to BBEdit.

I dug into BBEdit's saved color scheme files, to look at what it is
saving...

It is storing the colors like so:
rgba(0.057715,0.071147,0.177558,1.000000)

So it is apparent that BBEdit is converting the colors we select to
this decimal form of rgba format.

Also, this problem only happens when you save a setting. If you make
color selections, but do not save them, they remain the way you chose
them. But once you choose to save them, and BBEdit creates the color
file, it incorrectly converts your selected colors to this decimal
based rgba format.

I have never seen rgba using decimal-based numbers like this either,
by the way.

Quite simply, a hex color like #F8F8F8 (which in rgb sliders would be
248,248,248) is simply this in rgba: rgba(248,248,248,1)

I don't understand what is up with this decimal business BBedit is
doing, but it is wrong.

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to