public class RawData extends Object
The raw data in DNG format
Constructor and Description |
---|
RawData()
Initializes a new instance of the
RawData class. |
Modifier and Type | Method and Description |
---|---|
ImageParameters |
getImageDataParameters()
Gets or sets the image data parameters.
|
ImageOtherParameters |
getImageOtherParameters()
Gets or sets the other image parameters.
|
void |
setImageDataParameters(ImageParameters value)
Gets or sets the image data parameters.
|
void |
setImageOtherParameters(ImageOtherParameters value)
Gets or sets the other image parameters.
|
public ImageParameters getImageDataParameters()
Gets or sets the image data parameters.
Value: The idata.public void setImageDataParameters(ImageParameters value)
Gets or sets the image data parameters.
Value: The idata.public ImageOtherParameters getImageOtherParameters()
Gets or sets the other image parameters.
Value: The other.public void setImageOtherParameters(ImageOtherParameters value)
Gets or sets the other image parameters.
Value: The other.