The GrayColor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GrayColor(Int32) | |
![]() | GrayColor(Single) |
Methods
Name | Description | |
---|---|---|
![]() | Brighter | (Inherited from Color.) |
![]() | Darker | (Inherited from Color.) |
![]() | Equals | (Overrides Color..::..Equals(Object).) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode | (Overrides Color..::..GetHashCode()()()().) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToArgb | (Inherited from Color.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | GRAYBLACK | |
![]() ![]() | GRAYWHITE | |
![]() | type | (Inherited from ExtendedColor.) |
Properties
Name | Description | |
---|---|---|
![]() | B |
Gets the blue component value of this Color structure.
(Inherited from Color.) |
![]() | G |
Gets the green component value of this Color structure.
(Inherited from Color.) |
![]() | Gray | |
![]() | R |
Gets the red component value of this Color structure.
(Inherited from Color.) |
![]() | Type | (Inherited from ExtendedColor.) |