public class RawDataSettings extends Object
The raw data settings
Constructor and Description |
---|
RawDataSettings() |
Modifier and Type | Method and Description |
---|---|
IColorPalette |
getColorPalette()
Gets the color palette
|
IColorConverter |
getCustomColorConverter()
Gets the custom color converter
|
int |
getDitheringMethod()
Gets the dithering method to use for raw data conversion
|
int |
getFallbackIndex()
Gets the fallback index to use when palette index is out of bounds
|
IIndexedColorConverter |
getIndexedColorConverter()
Gets the indexed color converter
|
int |
getLineSize()
Gets the pixels line size in bytes for raw data processing
|
PixelDataFormat |
getPixelDataFormat()
Gets the pixel data format
|
void |
setColorPalette(IColorPalette value)
Sets the color palette
|
void |
setCustomColorConverter(IColorConverter value)
Sets the custom color converter
|
void |
setDitheringMethod(int value)
Sets the dithering method to use for raw data conversion
|
void |
setFallbackIndex(int value)
Sets the fallback index to use when palette index is out of bounds
|
void |
setIndexedColorConverter(IIndexedColorConverter value)
Sets the indexed color converter
|
void |
setLineSize(int value)
Sets the pixels line size in bytes for raw data processing
|
void |
setPixelDataFormat(PixelDataFormat value)
Sets the pixel data format
|
public PixelDataFormat getPixelDataFormat()
Gets the pixel data format
public void setPixelDataFormat(PixelDataFormat value)
Sets the pixel data format
value
- The pixel data formatpublic IColorPalette getColorPalette()
Gets the color palette
public void setColorPalette(IColorPalette value)
Sets the color palette
value
- The color palettepublic int getDitheringMethod()
Gets the dithering method to use for raw data conversion
public void setDitheringMethod(int value)
Sets the dithering method to use for raw data conversion
value
- The dithering method to use for raw data conversionpublic IIndexedColorConverter getIndexedColorConverter()
Gets the indexed color converter
public void setIndexedColorConverter(IIndexedColorConverter value)
Sets the indexed color converter
value
- The indexed color converterpublic IColorConverter getCustomColorConverter()
Gets the custom color converter
public void setCustomColorConverter(IColorConverter value)
Sets the custom color converter
value
- The custom color converterpublic int getFallbackIndex()
Gets the fallback index to use when palette index is out of bounds
public void setFallbackIndex(int value)
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 the pixels line size in bytes for raw data processing
public void setLineSize(int value)
Sets the pixels line size in bytes for raw data processing
value
- The pixels line size in bytes for raw data processing