C# 클래스 Longkong.ColorPicker.Controls.HsbColorSpace

HSB color space.
상속: ColorSpace
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetColor Color
InitializeComponent void
SetDefaultSelection void

공개 메소드들

메소드 설명
HsbColorSpace ( ) : System

Constructor. Adds the color space components to the color space component collection.

보호된 메소드들

메소드 설명
UpdateValues ( IColorSpaceStructure m_csStructure ) : void

Updates the color space coordinate values.

비공개 메소드들

메소드 설명
GetColor ( ) : Color

Converts the coordinates represented by this color space to its equivalent HEX representation.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetDefaultSelection ( ) : void

Sets the default color space component.

메소드 상세

HsbColorSpace() 공개 메소드

Constructor. Adds the color space components to the color space component collection.
public HsbColorSpace ( ) : System
리턴 System

UpdateValues() 보호된 메소드

Updates the color space coordinate values.
protected UpdateValues ( IColorSpaceStructure m_csStructure ) : void
m_csStructure IColorSpaceStructure
리턴 void