Header menu logo B2R2

Color Type

Represents colors to print out in the console.

Union cases

Union case Description

Blue

Full Usage: Blue

Blue color.

DarkCyan

Full Usage: DarkCyan

Dark cyan color.

DarkYellow

Full Usage: DarkYellow

Dark yellow color.

Green

Full Usage: Green

Green color.

GreenHighlight

Full Usage: GreenHighlight

Green highlight color.

NoColor

Full Usage: NoColor

No color.

Red

Full Usage: Red

Red color.

RedHighlight

Full Usage: RedHighlight

Red highlight color.

Yellow

Full Usage: Yellow

Yellow color.

Instance members

Instance member Description

this.IsBlue

Full Usage: this.IsBlue

Returns: bool
Returns: bool

this.IsDarkCyan

Full Usage: this.IsDarkCyan

Returns: bool
Returns: bool

this.IsDarkYellow

Full Usage: this.IsDarkYellow

Returns: bool
Returns: bool

this.IsGreen

Full Usage: this.IsGreen

Returns: bool
Returns: bool

this.IsGreenHighlight

Full Usage: this.IsGreenHighlight

Returns: bool
Returns: bool

this.IsNoColor

Full Usage: this.IsNoColor

Returns: bool
Returns: bool

this.IsRed

Full Usage: this.IsRed

Returns: bool
Returns: bool

this.IsRedHighlight

Full Usage: this.IsRedHighlight

Returns: bool
Returns: bool

this.IsYellow

Full Usage: this.IsYellow

Returns: bool
Returns: bool

Static members

Static member Description

Color.FromByte(b)

Full Usage: Color.FromByte(b)

Parameters:
    b : byte

Returns: Color
b : byte
Returns: Color

Type something to start searching.