RawDataSettings Class
Contents
[
Hide
]Summary: The raw data settings
Module: aspose.imaging
Full Name: aspose.imaging.RawDataSettings
Constructors
| Name | Description |
|---|---|
| RawDataSettings() | Initializes a new instance of the RawDataSettings class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| color_palette | IColorPalette | r/w | Gets or sets the color palette |
| custom_color_converter | IColorConverter | r/w | Gets or sets the custom color converter |
| dithering_method | DitheringMethods | r/w | Gets or sets the dithering method to use for raw data conversion |
| fallback_index | int | r/w | Gets or sets the fallback index to use when palette index is out of bounds |
| indexed_color_converter | IIndexedColorConverter | r/w | Gets or sets the indexed color converter |
| line_size | int | r/w | Gets or sets the pixels line size in bytes for raw data processing |
| pixel_data_format | PixelDataFormat | r/w | Gets or sets the pixel data format |
Methods
| Name | Description |
|---|---|
| clone() | Creates a shalow clone. |
Constructor: RawDataSettings()
RawDataSettings()
Initializes a new instance of the RawDataSettings class
Method: clone()
clone()
Creates a shalow clone.
Returns
| Type | Description |
|---|---|
| RawDataSettings | A shalow clone. |