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

Properties

startRadius: number

The starting normalized radius of the token ring color band.

endRadius: number

The ending normalized radius of the token ring color band.