PowerUI.Css.Functions.Rgba Class Reference

Detailed Description

Represents the rgb() and rgba() css functions.

Inheritance diagram for PowerUI.Css.Functions.Rgba:
PowerUI.Css.CssFunction

Public Member Functions

 Rgba ()
 
override string[] GetNames ()
 The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba". More...
 

Additional Inherited Members

- Public Attributes inherited from PowerUI.Css.CssFunction
string Name
 The main name of this function. Originates from the first result returned by GetNames. More...
 

Constructor & Destructor Documentation

PowerUI.Css.Functions.Rgba.Rgba ( )
inline

Member Function Documentation

override string [] PowerUI.Css.Functions.Rgba.GetNames ( )
inlinevirtual

The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba".

Reimplemented from PowerUI.Css.CssFunction.