Settings/titlebar text color
From Snom User Wiki
< Settings
- WEB USER INTERFACE
- N/A
- PHONE USER INTERFACE
- N/A
- FIRMWARE VERSIONS
- V8
- Starting versions: 8.7.4.5, 8.7.5
- XML CONFIGURATION
- <titlebar_text_color perm="PERMISSIONFLAG">VALIDVALUE</titlebar_text_color>
- DESCRIPTION
- Defines the color used for the text seen in the titlebar.
- VALIDVALUE
- A group of 4 numbers, each >=0 and <=255. First number is the red value, followed by green and blue. Last comes the alpha value, where 255 is solid while 0 is invisible.
- Version >= 10.1.21: A group of 3 or 4 numbers, each >=0 and <=255. First number is the red value, followed by green, blue and optional alpha (alpha will default to 255 if it is not set)
- Additionally on 870 you can add another 4 numbers describing the color used for the text-shadow. The format is the same, so you'll end up with 8 numbers separated by space.
- DEFAULTVALUE
- 870: 255 255 255 255 0 0 0 120
- 820/21, 760: 94 94 94 255
- Version >= 10.1.21: 51 51 51 255
- FURTHER INFORMATION