SampSharp
SampSharp
SampSharp.GameMode.SAMP
Color Structure
ColorFormat Enumeration
ColorValue Structure
KeyChangeHandlerSet Class
KeyHandlerSet Class
PriorityKeyHandler Class
PVarCollection Class
PVarCollection.PVarCollectionInternal Class
Server Class
Server.ServerInternal Class
ServerConfig Class
SVarCollection Class
SVarCollection.SVarCollectionInternal Class
Timer Class
ColorFormat Enumeration
Contains different formats of String representations of Color instances.
Namespace:
SampSharp.GameMode.SAMP
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
enum
ColorFormat
Members
Member name
Value
Description
RGBA
0
{RRGGBBAA}
ARGB
1
{AARRGGBB}
RGB
2
{RRGGBB}
See Also
Reference
SampSharp.GameMode.SAMP Namespace