Description
Some methods of ImageProcessor or GridCoverageProcessor expect a ColorModel argument. The color model is difficult to create and depends on the SampleModel of the computed image, which is not always known in advance. We need a mechanism for making easier to specify the output colors, for example as an array of Color objects to be automatically interpolated between minimum and maximum values.
A lot of this functionality already exists in the ColorModelFactory internal class. But the API of that class is not suitable for a public API. We need a more abstract API which encapsulate more of the internal implementation details.
Attachments
Issue Links
- is depended upon by
-
SIS-575 Aggregation of bands of different grid coverages
- Closed