C# 클래스 OpenRA.Mods.Common.Widgets.ColorMixerWidget

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
STrim float
VTrim float

공개 메소드들

메소드 설명
ColorMixerWidget ( ) : System
ColorMixerWidget ( ColorMixerWidget other ) : System
Draw ( ) : void
GenerateBitmap ( ) : void
GenerateBitmapWorker ( ) : void
HandleMouseInput ( MouseInput mi ) : bool
Initialize ( WidgetArgs args ) : void
Set ( HSLColor color ) : void
Set ( float hue ) : void
SetPaletteRange ( float sMin, float sMax, float vMin, float vMax ) : void
SetValueFromPx ( int2 xy ) : void

비공개 메소드들

메소드 설명
PxFromValue ( ) : int2

메소드 상세

ColorMixerWidget() 공개 메소드

public ColorMixerWidget ( ) : System
리턴 System

ColorMixerWidget() 공개 메소드

public ColorMixerWidget ( ColorMixerWidget other ) : System
other ColorMixerWidget
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GenerateBitmap() 공개 메소드

public GenerateBitmap ( ) : void
리턴 void

GenerateBitmapWorker() 공개 메소드

public GenerateBitmapWorker ( ) : void
리턴 void

HandleMouseInput() 공개 메소드

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
리턴 bool

Initialize() 공개 메소드

public Initialize ( WidgetArgs args ) : void
args WidgetArgs
리턴 void

Set() 공개 메소드

public Set ( HSLColor color ) : void
color OpenRA.Graphics.HSLColor
리턴 void

Set() 공개 메소드

public Set ( float hue ) : void
hue float
리턴 void

SetPaletteRange() 공개 메소드

public SetPaletteRange ( float sMin, float sMax, float vMin, float vMax ) : void
sMin float
sMax float
vMin float
vMax float
리턴 void

SetValueFromPx() 공개 메소드

public SetValueFromPx ( int2 xy ) : void
xy int2
리턴 void

프로퍼티 상세

STrim 공개적으로 프로퍼티

public float STrim
리턴 float

VTrim 공개적으로 프로퍼티

public float VTrim
리턴 float