Class Image2ColorModule
java.lang.Object
|
+----Image2ColorModule
- class Image2ColorModule
- extends Object
- implements Modulable
Convert Image data (the java Image class) to Colour picture data.
- See Also:
- Image, Colour
-
Image2ColorModule()
-
-
image2Color(ImageData, Colour)
- Convert the java data Image object to the easier to use Color data object.
-
run(DataStore, DataStore, ParameterStore)
- The run method is called when the module is run from the framework.
Image2ColorModule
Image2ColorModule()
run
public boolean run(DataStore input,
DataStore output,
ParameterStore parameters)
- The run method is called when the module is run from the framework.
- See Also:
- run
image2Color
private void image2Color(ImageData imageData,
Colour colorData)
- Convert the java data Image object to the easier to use Color data object.