Interface ColorConstructor

interface ColorConstructor {
    alpha: number;
    coords: Coords;
    spaceId: string;
}

Properties

Properties

alpha: number
coords: Coords
spaceId: string