ChannelSelector enumeration

ChannelSelector enumeration

Specifies the channel selectors for use in SVG filter operations.

The ChannelSelector type exposes the following members:

Fields

FieldDescription
RSelects the Red channel of the image.
GSelects the Green channel of the image.
BSelects the Blue channel of the image.
ASelects the Alpha (transparency) channel of the image.

Remarks

Channel selectors are used in various SVG filter primitives to target specific color channels (Red, Green, Blue) or the alpha channel of an image. This allows for precise manipulation of these channels during filter processing.

See Also