Back to API Reference
Enum
ColorGlyphPolicy
Whether a layer effect decorates the colour glyphs — emoji and inline sprites — inside its range.
public static readonly ColorGlyphPolicy Inherit = PaintInherit.NoneNo value at this layer (see PaintInherit); an unresolved chain means the effect's own default.
public static readonly ColorGlyphPolicy Skip = 0The effect leaves colour glyphs untouched.
public static readonly ColorGlyphPolicy Apply = 1The effect renders on the glyph's silhouette, a distance field the atlas derives from the bitmap's alpha at the 50% threshold.
