XmpWhiteBalance
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.XmpClosedChoice
public final class XmpWhiteBalance extends XmpClosedChoice<String>
Represents the White Balance setting in XmpCameraRawPackage .
| Method | Description |
|---|---|
| getAsShot() | White balance: As Shot. |
| getAuto() | White balance: Auto. |
| getCloudy() | White balance: Cloudy. |
| getCustom() | White balance: Custom. |
| getDaylight() | White balance: Daylight. |
| getFlash() | White balance: Flash. |
| getFluorescent() | White balance: Fluorescent. |
| getShade() | White balance: Shade. |
| getTungsten() | White balance: Tungsten. |
public static XmpWhiteBalance getAsShot()
White balance: As Shot.
Returns: XmpWhiteBalance - As shot.
public static XmpWhiteBalance getAuto()
White balance: Auto.
Returns: XmpWhiteBalance - The automatic.
public static XmpWhiteBalance getCloudy()
White balance: Cloudy.
Returns: XmpWhiteBalance - Cloudy.
public static XmpWhiteBalance getCustom()
White balance: Custom.
Returns: XmpWhiteBalance - Custom.
public static XmpWhiteBalance getDaylight()
White balance: Daylight.
Returns: XmpWhiteBalance - Daylight.
public static XmpWhiteBalance getFlash()
White balance: Flash.
Returns: XmpWhiteBalance - Flash.
public static XmpWhiteBalance getFluorescent()
White balance: Fluorescent.
Returns: XmpWhiteBalance - Fluorescent.
public static XmpWhiteBalance getShade()
White balance: Shade.
Returns: XmpWhiteBalance - Shade.
public static XmpWhiteBalance getTungsten()
White balance: Tungsten.
Returns: XmpWhiteBalance - Tungsten.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.