SFML.Net
Color Constructor (Byte, Byte, Byte, Byte) |
Construct the color from its red, green, blue and alpha components
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public Color( byte red, byte green, byte blue, byte alpha )
Public Sub New ( red As Byte, green As Byte, blue As Byte, alpha As Byte )
public: Color( unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha )
new : red : byte * green : byte * blue : byte * alpha : byte -> Color
Parameters
- red
- Type: SystemByte
Red component - green
- Type: SystemByte
Green component - blue
- Type: SystemByte
Blue component - alpha
- Type: SystemByte
Alpha (transparency) component
