Interface TrackOptions

interface TrackOptions {
    color?: {
        b: 0;
        g: 0;
        r: 0;
    };
}

Properties

Properties

color?: {
    b: 0;
    g: 0;
    r: 0;
}