C# 클래스 Praeclarum.Graphics.ColorEx

파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
GetCGColor ( this c ) : CGColor
GetColor ( this c ) : Color
GetNSColor ( this c ) : NSColor
GetUIColor ( this c ) : UIKit.UIColor
ToColor ( this color ) : Praeclarum.Graphics.Color
ToColor ( this color ) : global::Android.Graphics.Color

메소드 상세

GetCGColor() 공개 정적인 메소드

public static GetCGColor ( this c ) : CGColor
c this
리턴 CGColor

GetColor() 공개 정적인 메소드

public static GetColor ( this c ) : Color
c this
리턴 Color

GetNSColor() 공개 정적인 메소드

public static GetNSColor ( this c ) : NSColor
c this
리턴 NSColor

GetUIColor() 공개 정적인 메소드

public static GetUIColor ( this c ) : UIKit.UIColor
c this
리턴 UIKit.UIColor

ToColor() 공개 정적인 메소드

public static ToColor ( this color ) : Praeclarum.Graphics.Color
color this
리턴 Praeclarum.Graphics.Color

ToColor() 공개 정적인 메소드

public static ToColor ( this color ) : global::Android.Graphics.Color
color this
리턴 global::Android.Graphics.Color