Represents the rgb() and rgba() css functions.
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... | |
|
inline |
|
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.