Class Mixer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----TripleSlider
|
+----Mixer
- class Mixer
- extends TripleSlider
This class produces 3-color proportional mixer.
-
current
- Current resulting color point
-
imgTest
- Parent applet reference
-
Mixer(ImgTest)
- Constructs the 3-color mixer.
-
getCurrentPoint()
- Returns current point.
-
Motion()
- Processes slider changes.
imgTest
ImgTest imgTest
- Parent applet reference
current
Point current
- Current resulting color point
Mixer
public Mixer(ImgTest imgTest)
- Constructs the 3-color mixer.
- Parameters:
- imgTest - parent applet reference.
Motion
public void Motion()
- Processes slider changes.
- Overrides:
- Motion in class TripleSlider
getCurrentPoint
public Point getCurrentPoint()
- Returns current point.
- Returns:
- current point coordinates.