Searched refs:ColorPicker (Results 1 – 1 of 1) sorted by relevance
91 interface ColorPicker { interface201 function createColorPicker(source: image.PixelMap): Promise<ColorPicker>;213 function createColorPicker(source: image.PixelMap, region: Array<number>): Promise<ColorPicker>;223 function createColorPicker(source: image.PixelMap, callback: AsyncCallback<ColorPicker>): void;235 …rPicker(source: image.PixelMap, region: Array<number>, callback: AsyncCallback<ColorPicker>): void;