Color Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which represents a color.
See the Language Server Protocol specification for additional information.
[System.Runtime.Serialization.DataContract]
public class Color
[<System.Runtime.Serialization.DataContract>]
type Color = class
Public Class Color
- Inheritance
-
Color
- Attributes
Constructors
Color() |
Properties
Alpha |
Gets or sets the Alpha value. |
Blue |
Gets or sets the Blue value. |
Green |
Gets or sets the Green value. |
Red |
Gets or sets the Red value. |