export interface Gradient {
    offset: number;
    originalOffset?: number;
    color: string;
    opacity: number;
}
