interface ITrailFillData {
    color?: IRgb;
    image?: HTMLImageElement;
    opacity: number;
}

Properties

Properties

color?: IRgb
image?: HTMLImageElement
opacity: number