ChannelSelector Enum

ChannelSelector enumeration

Specifies the channel selectors for use in SVG filter operations.

public enum ChannelSelector

Values

NameValueDescription
R0Selects the Red channel of the image.
G1Selects the Green channel of the image.
B2Selects the Blue channel of the image.
A3Selects 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