SampSharp
SampSharp
SampSharp.GameMode.SAMP
ColorValue Structure
ColorValue Constructor
ColorValue Properties
ColorValue Methods
ColorValue Type Conversions
ColorValue Constructor
Initializes a new instance of the
ColorValue
struct.
Namespace:
SampSharp.GameMode.SAMP
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
ColorValue
(
Color
value
,
ColorFormat
fallbackFormat
=
ColorFormat
.RGB )
Parameters
value
Type:
SampSharp.GameMode.SAMP
Color
The color value.
fallbackFormat
(Optional)
Type:
SampSharp.GameMode.SAMP
ColorFormat
The fallback format used when the value is does not have a known name.
See Also
Reference
ColorValue Structure
SampSharp.GameMode.SAMP Namespace