Struct SDL.SDL_Color
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public struct SDL_Color
Fields
| Improve this Doc View Sourcea
Declaration
public byte a
Field Value
| Type | Description |
|---|---|
| System.Byte |
b
Declaration
public byte b
Field Value
| Type | Description |
|---|---|
| System.Byte |
g
Declaration
public byte g
Field Value
| Type | Description |
|---|---|
| System.Byte |
r
Declaration
public byte r
Field Value
| Type | Description |
|---|---|
| System.Byte |