GridColor Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the GridColor class.
Overload List
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