Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
static XmpWhiteBalance |
XmpWhiteBalance.getAsShot()
White balance: As Shot.
|
static XmpWhiteBalance |
XmpWhiteBalance.getAuto()
White balance: Auto.
|
static XmpWhiteBalance |
XmpWhiteBalance.getCloudy()
White balance: Cloudy.
|
static XmpWhiteBalance |
XmpWhiteBalance.getCustom()
White balance: Custom.
|
static XmpWhiteBalance |
XmpWhiteBalance.getDaylight()
White balance: Daylight.
|
static XmpWhiteBalance |
XmpWhiteBalance.getFlash()
White balance: Flash.
|
static XmpWhiteBalance |
XmpWhiteBalance.getFluorescent()
White balance: Fluorescent.
|
static XmpWhiteBalance |
XmpWhiteBalance.getShade()
White balance: Shade.
|
static XmpWhiteBalance |
XmpWhiteBalance.getTungsten()
White balance: Tungsten.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpCameraRawPackage.setWhiteBalance(XmpWhiteBalance whiteBalance)
Sets the white balance.
|