interface TokenRingData {
    colors: { background?: string; ring?: string };
    effects?: number;
    enabled?: number;
    subject: { scale?: number; texture?: string };
}

Properties

colors: { background?: string; ring?: string }

Type declaration

  • Optionalbackground?: string

    Color of the background (behind the token, inside the ring).

  • Optionalring?: string

    Color of the ring.

effects?: number

Numerical bitmask to toggle effects. Default: 0x01

enabled?: number

Dynamic Token ring is enabled?

subject: { scale?: number; texture?: string }

Type declaration

  • Optionalscale?: number

    Scale of the subject texture.

  • Optionaltexture?: string

    Path of the subject texture.