HdrImageOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class HdrImageOptions
The hdr image options
Constructors
| Constructor | Description |
|---|---|
| HdrImageOptions() |
Methods
| Method | Description |
|---|---|
| getSmoothFactor() | Gets the smooth factor. |
| setSmoothFactor(int value) | Sets the smooth factor. |
| getSampleCount() | Gets the sample count. |
| setSampleCount(int value) | Sets the sample count. |
| getAlignImages() | Gets a value indicating whether [align images]. |
| setAlignImages(boolean value) | Sets a value indicating whether [align images]. |
HdrImageOptions()
public HdrImageOptions()
getSmoothFactor()
public final int getSmoothFactor()
Gets the smooth factor.
Value: The smooth factor.
Returns: int - the smooth factor.
setSmoothFactor(int value)
public final void setSmoothFactor(int value)
Sets the smooth factor.
Value: The smooth factor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the smooth factor. |
getSampleCount()
public final int getSampleCount()
Gets the sample count.
Value: The sample count.
Returns: int - the sample count.
setSampleCount(int value)
public final void setSampleCount(int value)
Sets the sample count.
Value: The sample count.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the sample count. |
getAlignImages()
public final boolean getAlignImages()
Gets a value indicating whether [align images].
Value: true if [align images]; otherwise, false.
Returns: boolean - a value indicating whether [align images].
setAlignImages(boolean value)
public final void setAlignImages(boolean value)
Sets a value indicating whether [align images].
Value: true if [align images]; otherwise, false.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether [align images]. |