HP Smart Client Administrator's Guide

color
Parameters: RRGGBB 6-digit hex value or rrr,ggg,bbb 0-255,0-255,0-255 form
Example: color: ff8800;
Default: 255,255,255 (white)
Use: Specifies the color of the element.
alpha
Parameter: 0-255 integer
Example: alpha: 127;
Default: 255 (fully opaque)
Use: Specifies the opacity of the element. 255 is fully opaque; 0 would be fully transparent, rendering
the element invisible. Elements are layered over the background in the order they are defined.
size
Parameters: WWxHH, where WW is width in absolute pixels or in a percentage of screen width; and
HH is height in absolute pixels or in a percentage of screen height.
Example: size: 256x128;
Default: the natural size of the element, e.g., the pixel size of an image.
Use: Specifies the size of the element. Elements will be scaled to match the specified size.
position
Parameters: XX,YY where XX is a position in absolute pixels or in percentages of screen width and
height.
Example: position: 50%,90%;
Default: 0,0 (the upper left)
Use: Specifies the position of the element. See alignment below as well.
alignment
Parameters: [left|hcenter|right] [top|vcenter|bottom]
Example: alignment: left bottom;
Default: hcenter vcenter—the element is centered at the given position.
Use: The combination of position and alignment specify both an anchor point for the element and how
the element is aligned relative to that anchor point. For instance, with a position of 90%,70% and
alignment of right bottom, the element is positioned so that its right edge is at 90% of the width of the
screen and its bottom edge is at 70% of the height of the screen.
Using Profile Editor
25