![]() |
Adobe Photoshop SDK |
|
FilterCaseInfo Handling ModesModes for input and output handling. More...
Detailed DescriptionModes for input and output handling.These specify the preprocessing and postprocessing actions on the image data. Used with FilterCaseInfo::inputHandling and FilterCaseInfo::outputHandling fields. Define Documentation
Indicates that this case is not supported by the plug-in filter. Used for both input and output modes.
Indicates that the plug-in filter does not expect the plug-in host to do anything to the image data. Used for both input and output modes.
Matte the image data with black (=0) values based on the transparency on input; dematte the image data using black values on output.
Matte the image data with gray (=128) values based on the transparency on input; dematte the image data using gray values on output.
Matte the image data with white (=255) values based on the transparency on input; dematte the image data using white values on output.
Defringe transparent areas filling with the nearest defined pixels using taxicab distance. This only applies to fully transparent pixels. Input-only mode.
Set color component of totally transparent pixels to black. Input-only mode.
Set color component of totally transparent pixels to gray. Input-only mode.
Set color component of totally transparent pixels to white. Input-only mode.
Automatically fills the transparency mask with full opacity in the area affected by the filter. This is only valid for the editable transparency cases. This option is provided to make it easy to write a plug-in similar to the Photoshop Clouds plug-in, which fills an area with a value. Output-only mode.
Set color component of totally transparent pixels to the current background color. Input-only mode.
Set color component of totally transparent pixels to the current foreground color. Input-only mode.
|