Table of Contents

Constructor HighlightAttribute

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

HighlightAttribute()

Initializes a new instance of the HighlightAttribute class, which uses the default color.

public HighlightAttribute()

HighlightAttribute(string)

Initializes a new instance of the HighlightAttribute class, which uses the specified color.

public HighlightAttribute(string hexString)

Parameters

hexString string

The hex string.TryParseHex(string, out Color) to see details of the format.