Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    The start and end radii of the token ring color band.

    interface RingColorBand {
        endRadius: number;
        startRadius: number;
    }
    Index

    Properties

    endRadius: number

    The ending normalized radius of the token ring color band.

    startRadius: number

    The starting normalized radius of the token ring color band.