Class RawDataSettings
RawDataSettings class
The raw data settings
public class RawDataSettings : ICloneable
Constructors
Properties
| Name | Description |
|---|
| ColorPalette { get; set; } | Gets or sets the color palette |
| CustomColorConverter { get; set; } | Gets or sets the custom color converter |
| DitheringMethod { get; set; } | Gets or sets the dithering method to use for raw data conversion |
| FallbackIndex { get; set; } | Gets or sets the fallback index to use when palette index is out of bounds |
| IndexedColorConverter { get; set; } | Gets or sets the indexed color converter |
| LineSize { get; set; } | Gets or sets the pixels line size in bytes for raw data processing |
| PixelDataFormat { get; set; } | Gets or sets the pixel data format |
Methods
| Name | Description |
|---|
| Clone() | Creates a shalow clone. |
See Also