public class RawDataSettings extends Object
The raw data settings
Constructor and Description |
---|
RawDataSettings() |
Modifier and Type | Method and Description |
---|---|
IColorPalette |
getColorPalette()
Gets or sets the color palette
|
IColorConverter |
getCustomColorConverter()
Gets or sets the custom color converter
|
int |
getDitheringMethod()
Gets or sets the dithering method to use for raw data conversion
|
int |
getFallbackIndex()
Gets or sets the fallback index to use when palette index is out of bounds
|
IIndexedColorConverter |
getIndexedColorConverter()
Gets or sets the indexed color converter
|
int |
getLineSize()
Gets or sets the pixels line size in bytes for raw data processing
|
PixelDataFormat |
getPixelDataFormat()
Gets or sets the pixel data format
|
void |
setColorPalette(IColorPalette value)
Gets or sets the color palette
|
void |
setCustomColorConverter(IColorConverter value)
Gets or sets the custom color converter
|
void |
setDitheringMethod(int value)
Gets or sets the dithering method to use for raw data conversion
|
void |
setFallbackIndex(int value)
Gets or sets the fallback index to use when palette index is out of bounds
|
void |
setIndexedColorConverter(IIndexedColorConverter value)
Gets or sets the indexed color converter
|
void |
setLineSize(int value)
Gets or sets the pixels line size in bytes for raw data processing
|
void |
setPixelDataFormat(PixelDataFormat value)
Gets or sets the pixel data format
|
public final PixelDataFormat getPixelDataFormat()
Gets or sets the pixel data format
Value: The pixel data formatpublic final void setPixelDataFormat(PixelDataFormat value)
Gets or sets the pixel data format
Value: The pixel data formatpublic final IColorPalette getColorPalette()
Gets or sets the color palette
Value: The color palettepublic final void setColorPalette(IColorPalette value)
Gets or sets the color palette
Value: The color palettepublic final int getDitheringMethod()
Gets or sets the dithering method to use for raw data conversion
Value: The dithering method to use for raw data conversionpublic final void setDitheringMethod(int value)
Gets or sets the dithering method to use for raw data conversion
Value: The dithering method to use for raw data conversionpublic final IIndexedColorConverter getIndexedColorConverter()
Gets or sets the indexed color converter
Value: The indexed color converterpublic final void setIndexedColorConverter(IIndexedColorConverter value)
Gets or sets the indexed color converter
Value: The indexed color converterpublic final IColorConverter getCustomColorConverter()
Gets or sets the custom color converter
Value: The custom color converterpublic final void setCustomColorConverter(IColorConverter value)
Gets or sets the custom color converter
Value: The custom color converterpublic final int getFallbackIndex()
Gets or sets the fallback index to use when palette index is out of bounds
Value: The fallback index to use when palette index is out of boundspublic final void setFallbackIndex(int value)
Gets or sets the fallback index to use when palette index is out of bounds
Value: The fallback index to use when palette index is out of boundspublic final int getLineSize()
Gets or sets the pixels line size in bytes for raw data processing
Value: The pixels line size in bytes for raw data processingpublic final void setLineSize(int value)
Gets or sets the pixels line size in bytes for raw data processing
Value: The pixels line size in bytes for raw data processingCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.