BuildMaster SDK Reference
Version:
HtmlColor Structure
Represents a valid HTML or CSS color.
Inheritance Hierarchy
- object
- System.ValueType
- Inedo.Web.Controls.HtmlColor
Syntax
public
struct
HtmlColor : IEquatable<HtmlColor>
Properties
|
Name |
Description |
|
Alpha
|
Gets the alpha channel value.
|
|
Blue
|
Gets the blue channel value.
|
|
Green
|
Gets the green channel value.
|
|
Red
|
Gets the red channel value.
|