@Deprecated public final class WhiteBalance extends StringChoice
Represents White Balance setting in CameraRawPackage
.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
static WhiteBalance |
getAsShot()
Deprecated.
White balance: As Shot.
|
static WhiteBalance |
getAuto()
Deprecated.
White balance: Auto.
|
static WhiteBalance |
getCloudy()
Deprecated.
White balance: Cloudy.
|
static WhiteBalance |
getCustom()
Deprecated.
White balance: Custom.
|
static WhiteBalance |
getDaylight()
Deprecated.
White balance: Daylight.
|
static WhiteBalance |
getFlash()
Deprecated.
White balance: Flash.
|
static WhiteBalance |
getFluorescent()
Deprecated.
White balance: Fluorescent.
|
static WhiteBalance |
getShade()
Deprecated.
White balance: Shade.
|
static WhiteBalance |
getTungsten()
Deprecated.
White balance: Tungsten.
|
int |
hashCode()
Deprecated.
Returns a hash code for this instance.
|
equals, toString
public static WhiteBalance getAsShot()
White balance: As Shot.
public static WhiteBalance getAuto()
White balance: Auto.
public static WhiteBalance getCloudy()
White balance: Cloudy.
public static WhiteBalance getCustom()
White balance: Custom.
public static WhiteBalance getDaylight()
White balance: Daylight.
public static WhiteBalance getFlash()
White balance: Flash.
public static WhiteBalance getFluorescent()
White balance: Fluorescent.
public static WhiteBalance getShade()
White balance: Shade.
public static WhiteBalance getTungsten()
White balance: Tungsten.
public int hashCode()
Returns a hash code for this instance.
hashCode
in class StringChoice
public boolean equals(Object obj)
Indicates whether the current object is equal to another object of the same type.
equals
in interface com.aspose.ms.System.IEquatable<ClosedChoice<String>>
equals
in class StringChoice
obj
- An object to compare with this object.obj
parameter; otherwise, false.Copyright © 2020. All rights reserved.