Hi,
The getColorModel() method returns a ColorModel object, so I thought in the ColorModel class there would be a method that would return the RGB levels. There is, but it expect a Pixel object to be passed to it as an arguement, which does not make sence to me. I am invoking the method on a ColorModel object, so clearly I need to get the R/G/B levels of that ColorModel. How should I wrestle with this or do I have to take a totally different route !?
Lemmme know please.
The getColorModel() method returns a ColorModel object, so I thought in the ColorModel class there would be a method that would return the RGB levels. There is, but it expect a Pixel object to be passed to it as an arguement, which does not make sence to me. I am invoking the method on a ColorModel object, so clearly I need to get the R/G/B levels of that ColorModel. How should I wrestle with this or do I have to take a totally different route !?
Lemmme know please.