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) |
void |
setCustomColorConverter(IColorConverter value) |
void |
setDitheringMethod(int value) |
void |
setFallbackIndex(int value) |
void |
setIndexedColorConverter(IIndexedColorConverter value) |
void |
setLineSize(int value) |
void |
setPixelDataFormat(PixelDataFormat value) |
public PixelDataFormat getPixelDataFormat()
Gets or sets the pixel data format
Value: The pixel data formatpublic void setPixelDataFormat(PixelDataFormat value)
public IColorPalette getColorPalette()
Gets or sets the color palette
Value: The color palettepublic void setColorPalette(IColorPalette value)
public 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)
public IIndexedColorConverter getIndexedColorConverter()
Gets or sets the indexed color converter
Value: The indexed color converterpublic void setIndexedColorConverter(IIndexedColorConverter value)
public IColorConverter getCustomColorConverter()
Gets or sets the custom color converter
Value: The custom color converterpublic void setCustomColorConverter(IColorConverter value)
public 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)
public 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)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.