Color Class

Definition

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.

Applies to