C# 클래스 Signum.Utilities.ColorExtensions

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
FromHsv ( double h, double S, double V ) : Color
Interpolate ( this from, float ratio, Color to ) : Color
ToHtml ( this color ) : string
ToHtmlColor ( int value ) : string
TryToHtml ( this color ) : string

비공개 메소드들

메소드 설명
Clamp ( int i ) : int

메소드 상세

FromHsv() 공개 정적인 메소드

public static FromHsv ( double h, double S, double V ) : Color
h double
S double
V double
리턴 Color

Interpolate() 공개 정적인 메소드

public static Interpolate ( this from, float ratio, Color to ) : Color
from this
ratio float
to Color
리턴 Color

ToHtml() 공개 정적인 메소드

public static ToHtml ( this color ) : string
color this
리턴 string

ToHtmlColor() 공개 정적인 메소드

public static ToHtmlColor ( int value ) : string
value int
리턴 string

TryToHtml() 공개 정적인 메소드

public static TryToHtml ( this color ) : string
color this
리턴 string