C# Class TowerAnimator.ColorWheel

Afficher le fichier Open project: uiacm/tower_creator

Private Properties

Свойство Type Description
GenerateWheel void

Méthodes publiques

Méthode Description
ColorWheel ( int pixelRadius ) : System
Draw ( Graphics g, int x, int y ) : void
GetColor ( int x, int y ) : Color

GetImage ( ) : Image
SetSelected ( Point p ) : void

Private Methods

Méthode Description
GenerateWheel ( ) : void

Method Details

ColorWheel() public méthode

public ColorWheel ( int pixelRadius ) : System
pixelRadius int
Résultat System

Draw() public méthode

public Draw ( Graphics g, int x, int y ) : void
g System.Drawing.Graphics
x int
y int
Résultat void

GetColor() public méthode

public GetColor ( int x, int y ) : Color
x int
y int Expected to grow downward.
Résultat Color

GetImage() public méthode

public GetImage ( ) : Image
Résultat Image

SetSelected() public méthode

public SetSelected ( Point p ) : void
p Point
Résultat void