Color


ColorColor is a structure and has no class hierarchy.

 <Color     ScA="1.0"     ScR="0.0"     ScG="0.0"     ScB="1.0" /> 

<Color .../> defines a color.

Attributes


ScA (required)

Defines the alpha channel of this Color. The alpha channel of a Color structure determines the amount of transparency the color has. An alpha value of 1 indicates the color is completely opaque, and a value of 0 indicates that it is completely transparent.


ScB (required)

The blue component of this Color. The value is a single precision floating-point number. The range of this value is 0-1, inclusive.


ScG (required)

The green component of this Color. The value is a single precision floating-point number. The range of this value is 0-1, inclusive.


ScR (required)

The red component of this Color. The value is a single precision floating-point number. The range of this value is 0-1, inclusive.




XAML in a Nutshell
XAML in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596526733
EAN: 2147483647
Year: 2007
Pages: 217

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net