DirectAnimation Animated Header --Static Fields Relevant to ColorBvr Objects DirectAnimation Animated Header --Static Fields Relevant to ColorBvr Objects* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: Static Methods Relevant to ColorBvr Objects
*Next Topic: Static Fields Relevant to DashStyleBvr Objects

Static Fields Relevant to ColorBvr Objects


aqua
A color behavior (ColorBvr object) that is always aqua. In a range of [0, 1], its red, green, and blue intensity values are 0.00, 1.00, 1.00. In a range of [0-255], its values are 0, 255, 255.
black
A color behavior (ColorBvr object) that is always black. In a range of [0-1], its red, green, and blue intensity values are 0.00, 0.00, 0.00. In a range of [0-255], its values are 0, 0, 0.
blue
A color behavior (ColorBvr object) that is always blue. In a range of [0-1], its red, green, and blue intensity values are 0.00, 0.00, 1.00. In a range of [0-255], its values are 0, 0, 255.
cyan
A color behavior (ColorBvr object) that is always cyan. In a range of [0-1], its red, green, and blue intensity values are 0.00, 1.00, 1.00. In a range of [0-255], its values are 0, 255, 255.
fuchsia
A color behavior (ColorBvr object) that is always fuchsia. In a range of [0-1], its red, green, and blue intensity values are 1.00, 0.00, 1.00). In a range of [0-255], its values are 255, 0, 255.
gray
A color behavior (ColorBvr object) that is always gray. In a range of [0-1], its red, green, and blue intensity values are 0.50, 0.50,0.50. In a range of [0-255], its values are 128, 128, 128.
green
A color behavior (ColorBvr object) that is always green. In a range of [0-1], its red, green, and blue intensity values are 0.00, 1.00, 0.00. In a range of [0-255], its values are 0, 255, 0.
lime
A color behavior (ColorBvr object) that is always lime. In a range of [0-1], its red, green, and blue intensity values are 0.00, 1.00, 0.00. In a range of [0-255], its values are 0, 255, 0.
magenta
A color behavior (ColorBvr object) that is always magenta. In a range of [0-1], its red, green, and blue intensity values are 1.00, 0.00, 1.00. In a range of [0-255], its values are 255, 0, 255.
maroon
A color behavior (ColorBvr object) that is always maroon. In a range of [0-1], its red, green, and blue intensity values are 0.50, 0.00, 0.00. In a range of [0-255], its values are 128, 0, 0.
navy
A color behavior (ColorBvr object) that is always navy. In a range of [0-1], its red, green, and blue intensity values are 0.00, 0.00, 0.50. In a range of [0-255], its values are 0, 0, 128.
olive
A color behavior (ColorBvr object) that is always olive. In a range of [0-1], its red, green, and blue intensity values are 0.50, 0.50, 0.00. In a range of [0-255], its values are 128, 128, 0.
purple
A color behavior (ColorBvr object) that is always purple. In a range of [0-1], its red, green, and blue intensity values are 0.50, 0.00, 0.50. In a range of [0-255], its values are 128, 0, 128.
red
A color behavior (ColorBvr object) that is always red. In a range of [0-1], its red, green, and blue intensity values are 1.00, 0.00, 0.00. In a range of [0-255], its values are 255, 0, 0.
silver
A color behavior (ColorBvr object) that is always silver. In a range of [0-1], its red, green, and blue intensity values are 0.75, 0.75, 0.75. In a range of [0-255], its values are 192, 192, 192.
teal
A color behavior (ColorBvr object) that is always teal. In a range of [0-1], its red, green, and blue intensity values are 0.00, 0.50, 0.50. In a range of [0-255], its values are 0, 128, 128.
white
A color behavior (ColorBvr object) that is always white. In a range of [0-1], its red, green, and blue intensity values are 1.00, 1.00, 1.00. In a range of [0-255], its values are 255, 255, 255.
yellow
A color behavior (ColorBvr object) that is always yellow. In a range of [0-1], its red, green, and blue intensity values are 1.00, 1.00, 0.00. In a range of [0-255], its values are 255, 255, 0.

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page