Adobe.com
Contents Suites Classes Class Index Member Index

AIPluginGroupAdjustColorsData Struct Reference

Data for the kSelectorAIAdjustColors notification. More...

#include <AIPluginGroup.h>

List of all members.

Public Attributes

SPMessageData d
 The message data.
AIPluginGroupHandle entry
 The plug-in group.
AIArtHandle pluginArt
 The plug-in group art object whose style contents are being modified.
AIBoolean selectedOnly
 When true, iterate only selected colors.In this case, the plug-in group was at least partially selected in object selection mode.
AIBoolean adjustFills
 When true, iterate colors used in fills.
AIBoolean adjustStrokes
 When true, iterate colors used in strokes.
void * callbackData
 Developer-defined data to pass through to the callback.
AIAdjustColorFunc adjustColorCallback
 A developer-defined callback function that processes colors.
AIBoolean modifiedSomething
 [out] Set to true if the handler modified any colors.
AIAdjustPatternHandleFunc adjustPatternHandleCallback
 A developer-defined callback function to examine or modify colors contained in patterns, symbols, brush patterns or graph designs.
AIAdjustArtStyleFunc adjustArtStyleCallback
 A developer-defined callback function to examine or modify colors contained in art styles, including the private parameters of Live Effects.

Detailed Description

Data for the kSelectorAIAdjustColors notification.


Member Data Documentation

A developer-defined callback function to examine or modify colors contained in art styles, including the private parameters of Live Effects.

Call on any art style handles that are directly stored in the plug-in group's private data; that is, not attached to any art object.

The function does not modify the input style. It returns a processed art style, which the plug-in group should store if it is different from the input handle.

A developer-defined callback function that processes colors.

Call on any colors that are directly contained in the plug-in group's private data; that is, not contained within an AIArtStyleHandle, AIPatternHandle, or an AIArtHandle.

When true, iterate colors used in fills.

A developer-defined callback function to examine or modify colors contained in patterns, symbols, brush patterns or graph designs.

Called on objects of these types that may contain meaningful colors and that are directly stored in the plug-in group's private data; that is, not contained within an AIArtStyleHandle, AIPatternHandle, or an AIArtHandle. Fill patterns, for example, are usually stored in an AIColor, and brush patterns are usually stored in an AIArtStyleHandle. You will typically call this for symbol handles that are stored independently of symbol instances.

The function does not modify the input pattern. It returns a processed handle of the same type, which the plug-in group should store if it is different from the input handle.

When true, iterate colors used in strokes.

Developer-defined data to pass through to the callback.

Can contain extra parameters needed by the color mapping.

[out] Set to true if the handler modified any colors.

The plug-in group art object whose style contents are being modified.

When true, iterate only selected colors.In this case, the plug-in group was at least partially selected in object selection mode.


The documentation for this struct was generated from the following file:


Contents Suites Classes Class Index Member Index
Adobe Solutions Network
 
Copyright © 2016 Adobe Systems Incorporated. All rights reserved.
Terms of Use Online Privacy Policy Adobe and accessibility Avoid software piracy Permissions and Trademarks