Package | com.adobe.photoshop |
Class | public class LayerKind |
Inheritance | LayerKind ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
BLACKANDWHITE : LayerKind [static] [read-only]
Black and white layer. | LayerKind | ||
BRIGHTNESSCONTRAST : LayerKind [static] [read-only]
Brightness contrast adjustment layer. | LayerKind | ||
CHANNELMIXER : LayerKind [static] [read-only]
Channel mixer adjustment layer. | LayerKind | ||
COLORBALANCE : LayerKind [static] [read-only]
Color balance adjustment layer. | LayerKind | ||
CURVES : LayerKind [static] [read-only]
Curves adjustment layer. | LayerKind | ||
enumCache : CSEnumSharedCache [static] [read-only] | LayerKind | ||
EXPOSURE : LayerKind [static] [read-only]
Exposure layer. | LayerKind | ||
GRADIENTFILL : LayerKind [static] [read-only]
Gradient fill. | LayerKind | ||
GRADIENTMAP : LayerKind [static] [read-only]
Gradient map adjustment laye. | LayerKind | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
HUESATURATION : LayerKind [static] [read-only]
Hue saturation adjustment laye. | LayerKind | ||
INVERSION : LayerKind [static] [read-only]
Invert adjustment layer. | LayerKind | ||
LAYER3D : LayerKind [static] [read-only]
3D layer. | LayerKind | ||
LEVELS : LayerKind [static] [read-only]
Levels adjustment layer. | LayerKind | ||
NORMAL : LayerKind [static] [read-only]
Normal. | LayerKind | ||
PATTERNFILL : LayerKind [static] [read-only]
Pattern fill. | LayerKind | ||
PHOTOFILTER : LayerKind [static] [read-only]
Photo filter layer. | LayerKind | ||
POSTERIZE : LayerKind [static] [read-only]
Posterize adjustment layer. | LayerKind | ||
SELECTIVECOLOR : LayerKind [static] [read-only]
Selective color adjustment layer. | LayerKind | ||
SMARTOBJECT : LayerKind [static] [read-only]
Smart object layer. | LayerKind | ||
SOLIDFILL : LayerKind [static] [read-only]
Solid color. | LayerKind | ||
TEXT : LayerKind [static] [read-only]
Text. | LayerKind | ||
THRESHOLD : LayerKind [static] [read-only]
Threshold adjustment layer. | LayerKind | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase | |
VIBRANCE : LayerKind [static] [read-only]
Vibrance layer. | LayerKind | ||
VIDEO : LayerKind [static] [read-only]
Video layer. | LayerKind |
Method | Defined By | ||
---|---|---|---|
LayerKind(ho:HostObject = null, enum:Number)
Constructor
| LayerKind | ||
![]() | 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 |
BLACKANDWHITE | property |
BLACKANDWHITE:LayerKind
[read-only] Since : | CS5 |
Black and white layer.
public static function get BLACKANDWHITE():LayerKind
BRIGHTNESSCONTRAST | property |
BRIGHTNESSCONTRAST:LayerKind
[read-only] Since : | CS5 |
Brightness contrast adjustment layer.
public static function get BRIGHTNESSCONTRAST():LayerKind
CHANNELMIXER | property |
CHANNELMIXER:LayerKind
[read-only] Since : | CS5 |
Channel mixer adjustment layer.
public static function get CHANNELMIXER():LayerKind
COLORBALANCE | property |
COLORBALANCE:LayerKind
[read-only] Since : | CS5 |
Color balance adjustment layer.
public static function get COLORBALANCE():LayerKind
CURVES | property |
CURVES:LayerKind
[read-only] Since : | CS5 |
Curves adjustment layer.
public static function get CURVES():LayerKind
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
EXPOSURE | property |
EXPOSURE:LayerKind
[read-only] Since : | CS5 |
Exposure layer.
public static function get EXPOSURE():LayerKind
GRADIENTFILL | property |
GRADIENTFILL:LayerKind
[read-only] Since : | CS5 |
Gradient fill.
public static function get GRADIENTFILL():LayerKind
GRADIENTMAP | property |
GRADIENTMAP:LayerKind
[read-only] Since : | CS5 |
Gradient map adjustment laye.
public static function get GRADIENTMAP():LayerKind
HUESATURATION | property |
HUESATURATION:LayerKind
[read-only] Since : | CS5 |
Hue saturation adjustment laye.
public static function get HUESATURATION():LayerKind
INVERSION | property |
INVERSION:LayerKind
[read-only] Since : | CS5 |
Invert adjustment layer.
public static function get INVERSION():LayerKind
LAYER3D | property |
LAYER3D:LayerKind
[read-only] Since : | CS5 |
3D layer.
public static function get LAYER3D():LayerKind
LEVELS | property |
LEVELS:LayerKind
[read-only] Since : | CS5 |
Levels adjustment layer.
public static function get LEVELS():LayerKind
NORMAL | property |
NORMAL:LayerKind
[read-only] Since : | CS5 |
Normal.
public static function get NORMAL():LayerKind
PATTERNFILL | property |
PATTERNFILL:LayerKind
[read-only] Since : | CS5 |
Pattern fill.
public static function get PATTERNFILL():LayerKind
PHOTOFILTER | property |
PHOTOFILTER:LayerKind
[read-only] Since : | CS5 |
Photo filter layer.
public static function get PHOTOFILTER():LayerKind
POSTERIZE | property |
POSTERIZE:LayerKind
[read-only] Since : | CS5 |
Posterize adjustment layer.
public static function get POSTERIZE():LayerKind
SELECTIVECOLOR | property |
SELECTIVECOLOR:LayerKind
[read-only] Since : | CS5 |
Selective color adjustment layer.
public static function get SELECTIVECOLOR():LayerKind
SMARTOBJECT | property |
SMARTOBJECT:LayerKind
[read-only] Since : | CS5 |
Smart object layer.
public static function get SMARTOBJECT():LayerKind
SOLIDFILL | property |
SOLIDFILL:LayerKind
[read-only] Since : | CS5 |
Solid color.
public static function get SOLIDFILL():LayerKind
TEXT | property |
TEXT:LayerKind
[read-only] Since : | CS5 |
Text.
public static function get TEXT():LayerKind
THRESHOLD | property |
THRESHOLD:LayerKind
[read-only] Since : | CS5 |
Threshold adjustment layer.
public static function get THRESHOLD():LayerKind
VIBRANCE | property |
VIBRANCE:LayerKind
[read-only] Since : | CS5 |
Vibrance layer.
public static function get VIBRANCE():LayerKind
VIDEO | property |
VIDEO:LayerKind
[read-only] Since : | CS5 |
Video layer.
public static function get VIDEO():LayerKind
LayerKind | () | Constructor |
public function LayerKind(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|