Class ImgTest
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----ImgTest
- public class ImgTest
- extends Applet
-
chroma
- Canvas that holds the chromaticity diagram.
-
compColor
- Resulting RGB color component
-
HEIGHT
- Height of chromaticity diagram
-
mixer
- Three-color proportional mixer.
-
rgbLocal
- RGB coordinates.
-
WIDTH
- Width of chromaticity diagram
-
ImgTest()
-
-
init()
- The applet initalization method
WIDTH
public static final int WIDTH
- Width of chromaticity diagram
HEIGHT
public static final int HEIGHT
- Height of chromaticity diagram
rgbLocal
RGBCoord rgbLocal
- RGB coordinates.
chroma
ChromaCanvas chroma
- Canvas that holds the chromaticity diagram.
mixer
Mixer mixer
- Three-color proportional mixer.
compColor
CompColor compColor
- Resulting RGB color component
ImgTest
public ImgTest()
init
public void init()
- The applet initalization method
- Overrides:
- init in class Applet