Color Constructor

SFML.Net

Color Constructor
Overload List
  Name Description
Public method Color(Color)
Construct the color from another
Public method Color(Byte, Byte, Byte)
Construct the color from its red, green and blue components
Public method Color(Byte, Byte, Byte, Byte)
Construct the color from its red, green, blue and alpha components
Top
See Also