interface LinkTriangleDrawParams {
    backgroundMask: BackgroundMask;
    colorTriangle: IRgb;
    context: CanvasRenderingContext2D;
    opacityTriangle: number;
    pos1: ICoordinates;
    pos2: ICoordinates;
    pos3: ICoordinates;
}

Properties

backgroundMask: BackgroundMask
colorTriangle: IRgb
context: CanvasRenderingContext2D
opacityTriangle: number