Метод | Описание | |
---|---|---|
ColorFromInt ( this rgbValue ) : UIColor | ||
ColorWithAlphaFromInt ( this rgbaValue ) : UIColor | ||
IntFromColor ( this color ) : uint |
public static ColorFromInt ( this rgbValue ) : UIColor | ||
rgbValue | this | |
Результат | UIColor |
public static ColorWithAlphaFromInt ( this rgbaValue ) : UIColor | ||
rgbaValue | this | |
Результат | UIColor |
public static IntFromColor ( this color ) : uint | ||
color | this | |
Результат | uint |