Ask a question about scite4autohotkey -- SciteGlobal.properties Topic is solved

The popular SciTE-based AutoHotkey Script Editor
cgx5871
Posts: 319
Joined: 26 Jul 2018, 14:02

Ask a question about scite4autohotkey -- SciteGlobal.properties

17 Jun 2022, 09:15

Here's a snippet from the SciteGlobal.properties configuration
selection.back=#00000028
and others, eg: style.*.36=back:#00FF80
What is the difference between #00000028 and #00FF80?
One is 8 bit, one is 6 bit

Code: Select all

selection.back=#00000028
selection.inactive.back=$(selection.back)
selection.layer=1
selection.always.visible=1
highlight.current.word=1
highlight.current.word.indicator=style:roundbox,colour:#808080
JANGOON
Posts: 2
Joined: 15 Jun 2022, 15:12

Re: Ask a question about scite4autohotkey -- SciteGlobal.properties  Topic is solved

17 Jun 2022, 21:34

#rrggbbtt
r = red
g = green
b = blue
t = transparency
User avatar
boiler
Posts: 17295
Joined: 21 Dec 2014, 02:44

Re: Ask a question about scite4autohotkey -- SciteGlobal.properties

17 Jun 2022, 22:53

cgx5871 wrote: One is 8 bit, one is 6 bit
For future reference, one is 4 bytes (32 bits), and the other is 3 bytes (24 bits).

Return to “SciTE4AutoHotkey”

Who is online

Users browsing this forum: No registered users and 3 guests