Color Fields

SFML.Net

Color Fields

The Color type exposes the following members.

Fields
  Name Description
Public field A
Alpha (transparent) component of the color
Public field B
Blue component of the color
Public field Static member Black
Predefined black color
Public field Static member Blue
Predefined blue color
Public field Static member Cyan
Predefined cyan color
Public field G
Green component of the color
Public field Static member Green
Predefined green color
Public field Static member Magenta
Predefined magenta color
Public field R
Red component of the color
Public field Static member Red
Predefined red color
Public field Static member Transparent
Predefined (black) transparent color
Public field Static member White
Predefined white color
Public field Static member Yellow
Predefined yellow color
Top
See Also