Interface ChromaKeyParams

interface ChromaKeyParams {
    color?: [number, number, number];
    threshold?: number;
}

Properties

Properties

color?: [number, number, number]

RGB key color to make transparent (0–255 each). Default: [0, 255, 0] (green).

threshold?: number

Euclidean distance threshold — pixels within this distance become transparent. Default: 50.