Property | Type | Description | |
---|---|---|---|
ColorChanged | ColorChangedEventHandler |
Property | Type | Description | |
---|---|---|---|
CalcBrightnessPoint | Point | ||
CalcCoordsAndUpdate | void | ||
CalcDegrees | int | ||
CreateGradient | void | ||
DrawBrightnessPointer | void | ||
DrawColorPointer | void | ||
DrawLinearGradient | void | ||
GetColors | Color[] | ||
GetPoint | Point | ||
GetPoints | Point[] | ||
UpdateDisplay | void |
Method | Description | |
---|---|---|
ColorWheel ( |
Default constructor
|
|
Draw ( |
Draws the images
|
|
Draw ( |
Draws the images
|
|
IDisposable ( ) : void | ||
SetMouseUp ( ) : void |
Sets the mouse state to MouseState.MouseUp
|
Method | Description | |
---|---|---|
OnColorChanged ( |
Method | Description | |
---|---|---|
CalcBrightnessPoint ( int brightness ) : Point | ||
CalcCoordsAndUpdate ( |
||
CalcDegrees ( Point pt ) : int | ||
CreateGradient ( ) : void | ||
DrawBrightnessPointer ( Point pt ) : void | ||
DrawColorPointer ( Point pt ) : void | ||
DrawLinearGradient ( Color topColor ) : void | ||
GetColors ( ) : Color[] | ||
GetPoint ( double degrees, double radius, Point centerPoint ) : Point | ||
GetPoints ( double radius, Point centerPoint ) : Point[] | ||
UpdateDisplay ( ) : void |
public ColorWheel ( |
||
colorRectangle | Rectangle for the color wheel image | |
brightnessRectangle | Rectangle for the brightness control | |
selectedColorRectangle | Rectangle for the selected color control | |
return | System |
public Draw ( |
||
g | Graphics context to draw with | |
hsv | HSV color to draw | |
return | void |
public Draw ( |
||
g | Graphics context to draw with | |
mousePoint | Point | MousePoint to draw |
return | void |
protected OnColorChanged ( |
||
argb | ||
hsv | ||
return | void |