C# 클래스 ComponentFactory.Krypton.Toolkit.ColorHSL

Represents a hue, saturation, luminance triple.
상속: GlobalId
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
ColorHSL ( ) : System

Initialize a new instance of the ColorHSL class.

ColorHSL ( Color c ) : System

Initialize a new instance of the ColorHSL class.

메소드 상세

ColorHSL() 공개 메소드

Initialize a new instance of the ColorHSL class.
public ColorHSL ( ) : System
리턴 System

ColorHSL() 공개 메소드

Initialize a new instance of the ColorHSL class.
public ColorHSL ( Color c ) : System
c Color Initialize from an existing Color.
리턴 System