IImageTransformOperationCollection class

IImageTransformOperationCollection class

Represents a collection of effects apllied to an image.

The IImageTransformOperationCollection type exposes the following members:

Returns an IImageTransformOperation from the collection by it’s index.

Indexer

NameDescription
[index]

Methods

MethodDescription
remove_at(self, index)Removes an image effect from a collection at the specified index.
add_alpha_bi_level_effect(self, threshold)Adds the new Alpha Bi-Level effect to the end of a collection.
add_alpha_ceiling_effect(self)Adds the new Alpha Ceiling effect to the end of a collection.
add_alpha_floor_effect(self)Adds the new Alpha Floor effect to the end of a collection.
add_alpha_inverse_effect(self)Adds the new Alpha Inverse effect to the end of a collection.
add_alpha_modulate_effect(self)Adds the new Alpha Modulate effect to the end of a collection.
add_alpha_modulate_fixed_effect(self, amount)Adds the new Alpha Modulate Fixed effect to the end of a collection.
add_alpha_replace_effect(self, alpha)Adds the new Alpha Replace effect to the end of a collection.
add_bi_level_effect(self, threshold)Adds the new Bi-Level (black/white) effect to the end of a collection.
add_blur_effect(self, radius, grow)Adds the new Blur effect to the end of a collection.
add_color_change_effect(self)Adds the new Color Change effect to the end of a collection.
add_color_replace_effect(self)Adds the new Color Replacement effect to the end of a collection.
add_duotone_effect(self)Adds the new Duotone effect to the end of a collection.
add_fill_overlay_effect(self)Adds the new Fill Overlay effect to the end of a collection.
add_gray_scale_effect(self)Adds the new Gray Scale effect to the end of a collection.
add_hsl_effect(self, hue, saturation, luminance)Adds the new Hue/Saturation/Luminance effect to the end of a collection.
add_luminance_effect(self, brightness, contrast)Adds the new Luminance effect to the end of a collection.
add_tint_effect(self, hue, amount)Adds the new Tint effect to the end of a collection.
add_brightness_contrast_effect(self, brightness, contrast)Adds the new BrightnessContrast effect to the end of a collection.

See Also