[]
This class maps the components in the codestream to channels in the image. It models the Component Mapping box in the JP2 header.
public sealed class ComponentMappingBox : JP2Box
| Name | Description |
|---|---|
| ComponentMappingBox(RandomAccessIO, int) | Construct a ComponentMappingBox from an input image. |
| Name | Description |
|---|---|
| NChannels |
| Name | Description |
|---|---|
| ToString() | Return a suitable String representation of the class instance. |
| getCMP(int) | |
| getMTYP(int) | Return the channel type. |
| getPCOL(int) | Return the palette index for the channel. |