Index Topic Contents | |||
Previous Topic: DACamera Class Next Topic: DADashStyle Class |
DAColor Class
A DAColor is an object that represents a color behavior (this is an animated color, or a color whose value can change over time). At any given time, the value of the object is a color value that represents a specific color. Each color value consists of a combination of component values that specify either red, green and blue intensity or hue, saturation, and lightness.
Because component values can be animated numbers (DANumber objects), the value of the DAColor object can change over time as the animated numbers change.
This class inherits from DABehavior.
- DAColor Properties
- Relevant Functions from the DAStatics Class
- Relevant Properties from the DAStatics Class
DAColor Properties
DAColor Class
BlueA read-only property with a DANumber value that represents the value of the blue component of the colorObj.
colorObj.Blue
See Also
DAColor Class
GreenA read-only property with a DANumber value that represents the value of the green component of colorObj.
colorObj.Green
See Also
DAColor Class
HueA read-only property with a DANumber value that represents the value of the hue of colorObj.
colorObj.Hue
See Also
DAColor Class
LightnessA read-only property with a DANumber value that represents the value of the lightness of colorObj.
colorObj.Lightness
See Also
DAColor Class
RedA read-only property with a DANumber value that represents the value of the red component of colorObj.
colorObj.Red
See Also
DAColor Class
SaturationA read-only property with a DANumber value that represents the value of the saturation of colorObj.
colorObj.Saturation
See Also
Relevant Functions from the DAStatics Class
The following functions are defined in the DAStatics class and are most relevant to objects of type DAColor:
Relevant Properties from the DAStatics Class
The following properties are defined in the DAStatics class and are most relevant to objects of type DAColor:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.