Uses of Class
com.luciad.imaging.TLcdBandColorSemanticsBuilder
Packages that use TLcdBandColorSemanticsBuilder
Package
Description
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
-
Uses of TLcdBandColorSemanticsBuilder in com.luciad.imaging
Methods in com.luciad.imaging that return TLcdBandColorSemanticsBuilderModifier and TypeMethodDescriptionTLcdBandColorSemanticsBuilder.all(ALcdBandSemantics aSemantics) Sets all parameters on the builder based on the given semantics.TLcdBandColorSemanticsBuilder.alphaPremultiplied(boolean aAlphaPremultiplied) Set alpha pre-multiplication.TLcdBandColorSemanticsBuilder.colorModel(ColorModel aColorModel) Set theColorModelon which to base the semantics.TLcdBandColorSemanticsBuilder.colorSpace(ColorSpace aColorSpace) Set the color space, can benull.TLcdBandColorSemanticsBuilder.componentIndex(int aComponentIndex) Set the component index.TLcdBandColorSemanticsBuilder.dataType(ALcdBandSemantics.DataType aDataType) Set the data type.TLcdBandColorSemanticsBuilder.newBuilder()Create a band color semantics builder.TLcdBandColorSemanticsBuilder.noDataValue(Number aNoDataValue) Set the 'no data' value.TLcdBandColorSemanticsBuilder.normalized(boolean aNormalized) Set if the band is normalized.TLcdBandColorSemanticsBuilder.normalizedRangeMaxValue(Number aNormalizedRangeMaxValue) Set the maximum value of the normalized range.TLcdBandColorSemanticsBuilder.normalizedRangeMinValue(Number aNormalizedRangeMinValue) Set the minimum value of the normalized range.TLcdBandColorSemanticsBuilder.palette(IndexColorModel aPalette) Set the palette, can benull.TLcdBandColorSemanticsBuilder.significantBits(int aNumSignificantBits) Set the number of significant bits.TLcdBandColorSemanticsBuilder.type(ALcdBandColorSemantics.Type aType) Set the type of the band.