[][src]Module pathfinder_content::effects

Special effects that can be applied to layers.

Structs

DefringingKernel

Enums

BlendMode

Blend modes that can be applied to individual paths.

BlurDirection
Filter

The shader that should be used when compositing this layer onto its destination.

PatternFilter

Shaders applicable to patterns.

Constants

MAX_STEM_DARKENING_AMOUNT

Should match macOS 10.13 High Sierra.

MAX_STEM_DARKENING_PIXELS_PER_EM

This value is a subjective cutoff. Above this ppem value, no stem darkening is performed.

Statics

DEFRINGING_KERNEL_CORE_GRAPHICS

This intentionally does not precisely match what Core Graphics does (a Lanczos function), because we don't want any ringing artefacts.

DEFRINGING_KERNEL_FREETYPE
STEM_DARKENING_FACTORS

Should match macOS 10.13 High Sierra.