Click or drag to resize

ColorValue Structure

Represents a human readable color. The string representation of this value provides the name of the color value or a hexadecimal formatted representation of the value.

Namespace:  SampSharp.GameMode.SAMP
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public struct ColorValue

The ColorValue type exposes the following members.

Constructors
  NameDescription
Public methodColorValue
Initializes a new instance of the ColorValue struct.
Top
Properties
  NameDescription
Public propertyValue
Gets the color value.
Top
Methods
Operators
See Also