Class RawDataSettings
The raw data settings
public class RawDataSettings
- Inheritance
-
RawDataSettings
- Inherited Members
Constructors
RawDataSettings()
public RawDataSettings()
Properties
ColorPalette
Gets or sets the color palette
public IColorPalette ColorPalette { get; set; }
Property Value
- IColorPalette
The color palette
CustomColorConverter
Gets or sets the custom color converter
public IColorConverter CustomColorConverter { get; set; }
Property Value
- IColorConverter
The custom color converter
DitheringMethod
Gets or sets the dithering method to use for raw data conversion
public DitheringMethods DitheringMethod { get; set; }
Property Value
- DitheringMethods
The dithering method to use for raw data conversion
FallbackIndex
Gets or sets the fallback index to use when palette index is out of bounds
public int FallbackIndex { get; set; }
Property Value
- int
The fallback index to use when palette index is out of bounds
IndexedColorConverter
Gets or sets the indexed color converter
public IIndexedColorConverter IndexedColorConverter { get; set; }
Property Value
- IIndexedColorConverter
The indexed color converter
LineSize
Gets or sets the pixels line size in bytes for raw data processing
public int LineSize { get; set; }
Property Value
- int
The pixels line size in bytes for raw data processing
PixelDataFormat
Gets or sets the pixel data format
public PixelDataFormat PixelDataFormat { get; set; }
Property Value
- PixelDataFormat
The pixel data format