export interface Prophoto {
    mode: "prophoto";
    r: number;
    g: number;
    b: number;
    alpha?: number;
}
