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

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

Private Properties

프로퍼티 타입 설명
ConvertToHex string
GetColor Color
InitializeComponent void
RgbColorSpace System
SetDefaultSelection void

보호된 메소드들

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

Updates the color space coordinate values.

비공개 메소드들

메소드 설명
ConvertToHex ( ) : string

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

GetColor ( ) : Color

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

InitializeComponent ( ) : void

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

RgbColorSpace ( ) : System

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

SetDefaultSelection ( ) : void

Sets the default color space component.

메소드 상세

UpdateValues() 보호된 메소드

Updates the color space coordinate values.
protected UpdateValues ( IColorSpaceStructure csStructure ) : void
csStructure IColorSpaceStructure A IColorSpaceStructure object containing /// values that are to be mapped to the coordinates of this color /// space.
리턴 void