How to edit plank theme RGBA Color values ?

Asked by Mushir

I'm trying to modify plank theme file but the RGBA color values format are no clear to me. It's something like this :
FillStartColor=45;;45;;45;;255
I'm familiar with CSS3 RGBA format but I need some help to understand theme RGBA Color values format

Question information

Language:
English Edit question
Status:
Solved
For:
Plank Edit question
Assignee:
No assignee Edit question
Solved by:
Rico Tzschichholz
Solved:
Last query:
Last reply:
Revision history for this message
Rico Tzschichholz (ricotz) said :
#1

It is defined as R;;G;;B;;A with valid values in [0..255] which corresponds with the decimal interpretation of hexadecimal colors #RRGGBBAA with one byte per channel.

Revision history for this message
Best Rico Tzschichholz (ricotz) said :
#2

The previous comment was suppose to be an answer.

Revision history for this message
Mushir (moshirhemdan) said :
#3

Thanks Rico Tzschichholz, that solved my question.