Метод | Описание | |
---|---|---|
IsButtonPressed ( this state, int button ) : bool | ||
IsMapMap ( this filter ) : bool | ||
Multiply ( this color1, Color color2 ) : Color | ||
MultiplyAlpha ( this color, float alphaFactor ) : Color |
public static IsButtonPressed ( this state, int button ) : bool | ||
state | this | |
button | int | |
Результат | bool |
public static IsMapMap ( this filter ) : bool | ||
filter | this | |
Результат | bool |
public static Multiply ( this color1, Color color2 ) : Color | ||
color1 | this | |
color2 | Color | |
Результат | Color |
public static MultiplyAlpha ( this color, float alphaFactor ) : Color | ||
color | this | |
alphaFactor | float | |
Результат | Color |