C# Class Mapsui.Styles.Color

Mostrar archivo Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
Color ( )
Color ( Color color )
Color ( int red, int green, int blue, int alpha = 255 )
Equals ( Color color ) : bool
Equals ( object obj ) : bool
FromArgb ( int a, int r, int g, int b ) : Color
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Color() public method

public Color ( )

Color() public method

public Color ( Color color )
color Color

Color() public method

public Color ( int red, int green, int blue, int alpha = 255 )
red int
green int
blue int
alpha int

Equals() public method

public Equals ( Color color ) : bool
color Color
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FromArgb() public static method

public static FromArgb ( int a, int r, int g, int b ) : Color
a int
r int
g int
b int
return Color

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool