InkEffectType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class InkEffectType extends System.Enum

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.

Fields

FieldDescription
NotDefinedThe effect is not defined or is unknown.
BronzeA warm, brownish metallic texture resembling bronze ink.
GalaxyA colorful, shimmering texture resembling a galaxy, with cosmic tones.
GoldA bright, metallic gold texture that gives ink strokes a luxurious appearance.
LavaA fiery texture resembling molten lava, with red and orange hues.
OceanA deep blue, fluid-like texture that mimics ocean waves or water-based ink.
RainbowGlitterA colorful, sparkling rainbow glitter effect used for festive or vibrant ink strokes.
RoseGoldA soft pink-gold blend, similar to rose gold, for elegant ink strokes.
SilverA cool, metallic silver texture that simulates classic silver ink.

NotDefined

public static final int NotDefined

The effect is not defined or is unknown. This value can be used as a default or fallback.

Bronze

public static final int Bronze

A warm, brownish metallic texture resembling bronze ink.

Galaxy

public static final int Galaxy

A colorful, shimmering texture resembling a galaxy, with cosmic tones.

Gold

public static final int Gold

A bright, metallic gold texture that gives ink strokes a luxurious appearance.

Lava

public static final int Lava

A fiery texture resembling molten lava, with red and orange hues.

Ocean

public static final int Ocean

A deep blue, fluid-like texture that mimics ocean waves or water-based ink.

RainbowGlitter

public static final int RainbowGlitter

A colorful, sparkling rainbow glitter effect used for festive or vibrant ink strokes.

RoseGold

public static final int RoseGold

A soft pink-gold blend, similar to rose gold, for elegant ink strokes.

Silver

public static final int Silver

A cool, metallic silver texture that simulates classic silver ink.