GridColor Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the color for GridCell objects.
The GridColor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridColor() | Initializes a new instance of the GridColor class. | |
GridColor(Color) | Initializes a new instance of the GridColor class based on a Color object. | |
GridColor(GridColor) | Initializes a new instance of the GridColor class based on another GridColor object. | |
GridColor(Byte, Byte, Byte, Byte) | Initializes a new instance of the GridColor class based on the specified color channels. |
Top
Properties
Name | Description | |
---|---|---|
A | Gets or sets the alpha color channel. | |
B | Gets or sets the blue color channel. | |
G | Gets or sets the green color channel. | |
R | Gets or sets the red color channel. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | Determines whether this object is equal to another object of the same type. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
FromString | Creates a color from the specified string. | |
GetHashCode | Gets the hash code for this object. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToColor | Converts this object to a Color object. | |
ToString | Converts this object to a string. (Overrides Object.ToString().) |
Top