InkEffectType

InkEffectType enumeration

Specifies a set of predefined visual effects for ink rendering. Each effect corresponds to a texture or image that simulates a stylized ink appearance. These values can be used to customize the visual style of digital ink strokes during rendering.

public enum InkEffectType

Values

NameValueDescription
NotDefined-1The effect is not defined or is unknown. This value can be used as a default or fallback.
Bronze0A warm, brownish metallic texture resembling bronze ink.
Galaxy1A colorful, shimmering texture resembling a galaxy, with cosmic tones.
Gold2A bright, metallic gold texture that gives ink strokes a luxurious appearance.
Lava3A fiery texture resembling molten lava, with red and orange hues.
Ocean4A deep blue, fluid-like texture that mimics ocean waves or water-based ink.
RainbowGlitter5A colorful, sparkling rainbow glitter effect used for festive or vibrant ink strokes.
RoseGold6A soft pink-gold blend, similar to rose gold, for elegant ink strokes.
Silver7A cool, metallic silver texture that simulates classic silver ink.

See Also