C# 클래스 Flood.GUI.Controls.ColorPicker

RGBA color picker.
상속: Control, IColorPicker
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
ColorPicker ( Control parent ) : System

Initializes a new instance of the ColorPicker class.

보호된 메소드들

메소드 설명
Layout ( Skins skin ) : void

Lays out the control's interior according to alignment, padding, dock etc.

비공개 메소드들

메소드 설명
CreateColorControl ( String name, int y ) : void
CreateControls ( ) : void
GetColorByName ( String colorName ) : int
GetColorFromName ( String name ) : String
NumericTyped ( Control control ) : void
SetColorByName ( String colorName, byte colorValue ) : void
SlidersMoved ( Control control ) : void
UpdateColorControls ( String name, Color col, int sliderVal ) : void
UpdateControls ( ) : void

메소드 상세

ColorPicker() 공개 메소드

Initializes a new instance of the ColorPicker class.
public ColorPicker ( Control parent ) : System
parent Control Parent control.
리턴 System

Layout() 보호된 메소드

Lays out the control's interior according to alignment, padding, dock etc.
protected Layout ( Skins skin ) : void
skin Skins Skin to use.
리턴 void