UNPKG

@awayjs/graphics

Version:
9 lines 287 B
import { ColorTransform } from '@awayjs/core'; export declare class ColorSegmentPoint { private _color; private _life; constructor(life: number, color: ColorTransform); get color(): ColorTransform; get life(): number; } //# sourceMappingURL=ColorSegmentPoint.d.ts.map