mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
src/theme.c: support inline alpha encoding like #aabbccff
.. and mark the current `#rrggbb aaa` encoding as deprecated.
This commit is contained in:
parent
45c60de263
commit
2c2341530b
2 changed files with 25 additions and 9 deletions
|
|
@ -34,7 +34,11 @@ labwc-config(5).
|
|||
*color*
|
||||
Colors can be specified by either of the following:
|
||||
- #rrggbb (hexadecimal RGB values)
|
||||
- #rrggbb aaa (same but with decimal alpha value)
|
||||
- #rrggbb aaa (same but with decimal alpha value percentage)
|
||||
- #rrggbbaa (same but with inline alpha value in hex encoding)
|
||||
|
||||
Note: the #rrggbb aaa notation is deprecated starting from
|
||||
labwc 0.7.2 and may be removed in future releases.
|
||||
|
||||
*justification*
|
||||
Justification determines the horizontal alignment of text.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue