Package | com.adobe.photoshop |
Class | public class WhiteBalanceType |
Inheritance | WhiteBalanceType ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
ASSHOT : WhiteBalanceType [static] [read-only]
Use the settings of the camera as shot. | WhiteBalanceType | ||
AUTO : WhiteBalanceType [static] [read-only]
Automatically use the white balance settings. | WhiteBalanceType | ||
CLOUDY : WhiteBalanceType [static] [read-only]
Use the settings as shot on a cloudy day. | WhiteBalanceType | ||
CUSTOM : WhiteBalanceType [static] [read-only]
Use the custom settings for the shot parameters. | WhiteBalanceType | ||
DAYLIGHT : WhiteBalanceType [static] [read-only]
Use the settings as shot in daylight. | WhiteBalanceType | ||
enumCache : CSEnumSharedCache [static] [read-only] | WhiteBalanceType | ||
FLASH : WhiteBalanceType [static] [read-only]
Use the settings as shot with a flash. | WhiteBalanceType | ||
FLUORESCENT : WhiteBalanceType [static] [read-only]
Use the settings as shot with fluorescent lighting. | WhiteBalanceType | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
SHADE : WhiteBalanceType [static] [read-only]
Use the settings as shot in the shade. | WhiteBalanceType | ||
TUNGSTEN : WhiteBalanceType [static] [read-only]
Use the settings as shot with tungsten lighting. | WhiteBalanceType | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase |
Method | Defined By | ||
---|---|---|---|
WhiteBalanceType(ho:HostObject = null, enum:Number)
Constructor
| WhiteBalanceType | ||
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
ASSHOT | property |
ASSHOT:WhiteBalanceType
[read-only] Since : | CS5 |
Use the settings of the camera as shot.
public static function get ASSHOT():WhiteBalanceType
AUTO | property |
AUTO:WhiteBalanceType
[read-only] Since : | CS5 |
Automatically use the white balance settings.
public static function get AUTO():WhiteBalanceType
CLOUDY | property |
CLOUDY:WhiteBalanceType
[read-only] Since : | CS5 |
Use the settings as shot on a cloudy day.
public static function get CLOUDY():WhiteBalanceType
CUSTOM | property |
CUSTOM:WhiteBalanceType
[read-only] Since : | CS5 |
Use the custom settings for the shot parameters.
public static function get CUSTOM():WhiteBalanceType
DAYLIGHT | property |
DAYLIGHT:WhiteBalanceType
[read-only] Since : | CS5 |
Use the settings as shot in daylight.
public static function get DAYLIGHT():WhiteBalanceType
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FLASH | property |
FLASH:WhiteBalanceType
[read-only] Since : | CS5 |
Use the settings as shot with a flash.
public static function get FLASH():WhiteBalanceType
FLUORESCENT | property |
FLUORESCENT:WhiteBalanceType
[read-only] Since : | CS5 |
Use the settings as shot with fluorescent lighting.
public static function get FLUORESCENT():WhiteBalanceType
SHADE | property |
SHADE:WhiteBalanceType
[read-only] Since : | CS5 |
Use the settings as shot in the shade.
public static function get SHADE():WhiteBalanceType
TUNGSTEN | property |
TUNGSTEN:WhiteBalanceType
[read-only] Since : | CS5 |
Use the settings as shot with tungsten lighting.
public static function get TUNGSTEN():WhiteBalanceType
WhiteBalanceType | () | Constructor |
public function WhiteBalanceType(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|