WebIDLpedia

EyeDropper interface

Definition

EyeDropper API defines EyeDropper



[Exposed=Window, SecureContext]
interface EyeDropper {
    constructor();
    Promise<ColorSelectionResult> open(optional ColorSelectionOptions options = {});
};

Methods and attributes that return objects implementing EyeDropper