C# 클래스 MvvmCross.Platform.iOS.MvxIosColorExtensionMethods

파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
ColorFromInt ( this rgbValue ) : UIKit.UIColor
ColorWithAlphaFromInt ( this rgbaValue ) : UIKit.UIColor
IntFromColor ( this color ) : uint

메소드 상세

ColorFromInt() 공개 정적인 메소드

public static ColorFromInt ( this rgbValue ) : UIKit.UIColor
rgbValue this
리턴 UIKit.UIColor

ColorWithAlphaFromInt() 공개 정적인 메소드

public static ColorWithAlphaFromInt ( this rgbaValue ) : UIKit.UIColor
rgbaValue this
리턴 UIKit.UIColor

IntFromColor() 공개 정적인 메소드

public static IntFromColor ( this color ) : uint
color this
리턴 uint