Package | com.adobe.indesign |
Class | public class DefaultRenderingIntent |
Inheritance | DefaultRenderingIntent ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
absoluteColorimetric : DefaultRenderingIntent [static] [read-only] Alias for ABSOLUTE_COLORIMETRIC. | DefaultRenderingIntent | ||
ABSOLUTE_COLORIMETRIC : DefaultRenderingIntent [static] [read-only]
Aims to maintain color accuracy at the expense of color relationshps and is suitable for proofing to simulate the output of a particular device. | DefaultRenderingIntent | ||
enumCache : CSEnumSharedCache [static] [read-only] | DefaultRenderingIntent | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
perceptual : DefaultRenderingIntent [static] [read-only] Alias for PERCEPTUAL. | DefaultRenderingIntent | ||
PERCEPTUAL : DefaultRenderingIntent [static] [read-only]
Aims to preserve the visual relationship between colors so they are perceived as natural to the human eye, even though the color values themselves may change. | DefaultRenderingIntent | ||
relativeColorimetric : DefaultRenderingIntent [static] [read-only] Alias for RELATIVE_COLORIMETRIC. | DefaultRenderingIntent | ||
RELATIVE_COLORIMETRIC : DefaultRenderingIntent [static] [read-only]
Compares the extreme highlight of the source color space to that of the destination color space and shifts all colors accordingly. | DefaultRenderingIntent | ||
saturation : DefaultRenderingIntent [static] [read-only] Alias for SATURATION. | DefaultRenderingIntent | ||
SATURATION : DefaultRenderingIntent [static] [read-only]
Tries to produce vivid colors in an image at the expense of color accuracy. | DefaultRenderingIntent | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
DefaultRenderingIntent(ho:HostObject = null, enum:Number)
Constructor
| DefaultRenderingIntent | ||
![]() | 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 |
ABSOLUTE_COLORIMETRIC | property |
ABSOLUTE_COLORIMETRIC:DefaultRenderingIntent
[read-only] Since : | CS5 |
Aims to maintain color accuracy at the expense of color relationshps and is suitable for proofing to simulate the output of a particular device. Note: Leaves colors that fall inside the destination gamut unchanged and clips out-of-gamut colors.
public static function get ABSOLUTE_COLORIMETRIC():DefaultRenderingIntent
absoluteColorimetric | property |
absoluteColorimetric:DefaultRenderingIntent
[read-only] Since : | CS5 |
Alias for ABSOLUTE_COLORIMETRIC. Aims to maintain color accuracy at the expense of color relationshps and is suitable for proofing to simulate the output of a particular device. Note: Leaves colors that fall inside the destination gamut unchanged and clips out-of-gamut colors.
public static function get absoluteColorimetric():DefaultRenderingIntent
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
perceptual | property |
perceptual:DefaultRenderingIntent
[read-only] Since : | CS5 |
Alias for PERCEPTUAL. Aims to preserve the visual relationship between colors so they are perceived as natural to the human eye, even though the color values themselves may change.
public static function get perceptual():DefaultRenderingIntent
PERCEPTUAL | property |
PERCEPTUAL:DefaultRenderingIntent
[read-only] Since : | CS5 |
Aims to preserve the visual relationship between colors so they are perceived as natural to the human eye, even though the color values themselves may change.
public static function get PERCEPTUAL():DefaultRenderingIntent
RELATIVE_COLORIMETRIC | property |
RELATIVE_COLORIMETRIC:DefaultRenderingIntent
[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. Note: Preserves more of the original colors in an image than perceptual rendering intent does.
public static function get RELATIVE_COLORIMETRIC():DefaultRenderingIntent
relativeColorimetric | property |
relativeColorimetric:DefaultRenderingIntent
[read-only] Since : | CS5 |
Alias for RELATIVE_COLORIMETRIC. 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. Note: Preserves more of the original colors in an image than perceptual rendering intent does.
public static function get relativeColorimetric():DefaultRenderingIntent
saturation | property |
saturation:DefaultRenderingIntent
[read-only] Since : | CS5 |
Alias for SATURATION. Tries to produce vivid colors in an image at the expense of color accuracy.
public static function get saturation():DefaultRenderingIntent
SATURATION | property |
SATURATION:DefaultRenderingIntent
[read-only] Since : | CS5 |
Tries to produce vivid colors in an image at the expense of color accuracy.
public static function get SATURATION():DefaultRenderingIntent
DefaultRenderingIntent | () | Constructor |
public function DefaultRenderingIntent(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|