Class FrameRGB
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ColorSpaceFrame
|
+----FrameRGB
- public class FrameRGB
- extends ColorSpaceFrame
This class produces the RGB color space frame.
- See Also:
- ColorSpaceFrame
-
component0
- updatable component
-
component1
- updatable component
-
component2
- updatable component
-
component3
- updatable component
-
FrameRGB(short, RGBCoord, MessageProcessor)
- Constructs the HSV color space frame.
component0
CompRGBCube component0
- updatable component
component1
CompRGBSliders component1
- updatable component
component2
CompRGBDither component2
- updatable component
component3
CompColor component3
- updatable component
FrameRGB
public FrameRGB(short this_window,
RGBCoord rgb,
MessageProcessor msg_processor)
- Constructs the HSV color space frame.
- Parameters:
- this_window - ID assigned to this frame
- rgb - reference to the main RGB coordinates
- msg_processor - reference to the message processor
- See Also:
- RGBCoord, MessageProcessor