4.101 Color

x:Object > Color
Color
(usage)
AliceBlue | AntiqueWhite | Aqua | Aquamarine | Azure | Beige | Bisque | Black | BlanchedAlmond ...
(description)
Describes a color in terms of alpha, red, green, and blue channels.
(used by)
BitmapPalette ColorKeyFrame Colors DiffuseMaterial DrawingAttributes DropShadowEffect EmissiveMaterial GradientStop Light SolidColorBrush SpecularMaterial SystemColors SystemParameters
[is nullable]
false
[text syntax]
ColorSyntax
(properties)
A
x:Byte
(description)
The sRGB alpha channel value of the color.
B
x:Byte
(description)
The sRGB blue channel value of the color.
G
x:Byte
(description)
The sRGB green channel value of the color.
R
x:Byte
(description)
The sRGB red channel value of the color.
ScA
x:Single
(description)
The ScRGB alpha channel value of the color.
ScB
x:Single
(description)
The ScRGB blue channel value of the color.
ScG
x:Single
(description)
The ScRGB green channel value of the color.
ScR
x:Single
(description)
The ScRGB red channel value of the color.