ColorMatrixOperation enumeration
ColorMatrixOperation enumeration
Specifies the type of operation to be applied in a color matrix filter.
The ColorMatrixOperation type exposes the following members:
Fields
Field | Description |
---|---|
MATRIX | Applies a matrix transformation to the color data. |
SATURATE | Adjusts the saturation level of the image. |
HUE_ROTATE | Applies a hue rotation on the image. |
LUMINANCE_TO_ALPHA | Converts the colors of the image to grayscale based on their luminance. |
Remarks
The color matrix filter in SVG allows for various operations on the color data of an image. Each operation type manipulates the colors in a specific way, offering a range of visual effects.
See Also
- module
aspose.svg.builder