![]() |
Adobe Photoshop SDK |
|
Filter Case Information Flag BitsSee FilterCaseInfo. More...
Detailed DescriptionSee FilterCaseInfo.
Define Documentation
Determines whether source data is copied to the destination before filtering. This degrades performance for filters that write all the output pixels. Setting this bit inhibits that behavior.
Determines whether the filter will work on "blank" areas that are completely transparent. This bit is set when the filter works with blank data. If not, an error message is given when the filter is invoked on a blank area. This is only valid for the editable transparency case because that is the only case where you could create opacity; in the protected transparency case, you would be left with what you started with: completely blank data.
In cases where transparency is editable, this flag determines if Layer Masks are filtered.
See the "Add Layer Mask" item in the Layers palette menu to create a layer mask.
The distinction based on position is based on the assumption that layer relative masks are distorted with the layer; image relative masks are independent of the layer.
In the image with selection and layer with selection cases, does the filter want to write beyond the confines of the selection? (This is generally rude but in some cases its better than the alternatives. If you use this, be sure you also think about supporting layer transparency data as an alternate mask.)
|