Color Methods

SFML.Net

Color Methods

The Color type exposes the following members.

Methods
  Name Description
Public method Equals(Object)
Compare color and object and checks if they are equal
(Overrides ValueTypeEquals(Object).)
Public method Equals(Color)
Compare two colors and checks if they are equal
Public method GetHashCode
Provide a integer describing the object
(Overrides ValueTypeGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Provide a string describing the object
(Overrides ValueTypeToString.)
Top
See Also