Package | com.adobe.photoshop |
Class | public class Intent |
Inheritance | Intent ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
ABSOLUTECOLORIMETRIC : Intent [static] [read-only]
Aims to maintain color accuracy at the expense of preserving relationships between colors and is suitable for proofing to simulate the output of a particular device. | Intent | ||
enumCache : CSEnumSharedCache [static] [read-only] | Intent | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
PERCEPTUAL : Intent [static] [read-only]
Gives priority to colors for which the human eye has greater sensitivity. | Intent | ||
RELATIVECOLORIMETRIC : Intent [static] [read-only]
Compares the extreme highlight of the source color space to that of the destination color space and shifts all colors accordingly. | Intent | ||
SATURATION : Intent [static] [read-only]
Tries to produce vivid colors in an image at the expense of color accuracy. | Intent | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase |
Method | Defined By | ||
---|---|---|---|
Intent(ho:HostObject = null, enum:Number)
Constructor
| Intent | ||
![]() | 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 |
ABSOLUTECOLORIMETRIC | property |
ABSOLUTECOLORIMETRIC:Intent
[read-only] Since : | CS5 |
Aims to maintain color accuracy at the expense of preserving relationships between colors and is suitable for proofing to simulate the output of a particular device. This intent is particularly useful for previewing how paper color affects printed colors. Leaves colors that fall inside the destination gamut unchanged. Out of gamut colors are clipped. No scaling of colors to destination white point is performed.
public static function get ABSOLUTECOLORIMETRIC():Intent
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
PERCEPTUAL | property |
PERCEPTUAL:Intent
[read-only] Since : | CS5 |
Gives priority to colors for which the human eye has greater sensitivity. Suitable for photographic images with a lot of out of gamut colors. This is the standard rendering intent for the Japanese printing industry.
public static function get PERCEPTUAL():Intent
RELATIVECOLORIMETRIC | property |
RELATIVECOLORIMETRIC:Intent
[read-only] Since : | CS5 |
Compares the extreme highlight of the source color space to that of the destination color space and shifts all colors accordingly. Out of gamut colors are shifted to the closest reproducible color in the destination color space. The standard rendering intent for printing in North America and Europe.
public static function get RELATIVECOLORIMETRIC():Intent
SATURATION | property |
SATURATION:Intent
[read-only] Since : | CS5 |
Tries to produce vivid colors in an image at the expense of color accuracy. Suitable for business graphics like graphs or charts, where bright saturated colors are more important than the exact relationship between colors.
public static function get SATURATION():Intent
Intent | () | Constructor |
public function Intent(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|