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 PixelDataFormat getPixelDataFormat()
Gets or sets the pixel data format
Value: The pixel data formatpublic void setPixelDataFormat(PixelDataFormat value)
Gets or sets the pixel data format
Value: The pixel data formatpublic IColorPalette getColorPalette()
Gets or sets the color palette
Value: The color palettepublic void setColorPalette(IColorPalette value)
Gets or sets the color palette
Value: The color palettepublic int getDitheringMethod()
Gets or sets the dithering method to use for raw data conversion
Value: The dithering method to use for raw data conversionpublic 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 IIndexedColorConverter getIndexedColorConverter()
Gets or sets the indexed color converter
Value: The indexed color converterpublic void setIndexedColorConverter(IIndexedColorConverter value)
Gets or sets the indexed color converter
Value: The indexed color converterpublic IColorConverter getCustomColorConverter()
Gets or sets the custom color converter
Value: The custom color converterpublic void setCustomColorConverter(IColorConverter value)
Gets or sets the custom color converter
Value: The custom color converterpublic 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 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 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 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-2016 Aspose Pty Ltd. All Rights Reserved.