class Statistics
implements IStatistics
Re-export
import { Statistics } from "https://deno.land/x/lume@v1.18.5/deps/imagick.ts";
Properties
private
_channels: Record<number, ChannelStatistics>readonly
channels: ReadonlyArray<PixelChannel>Methods
private
addChannel(list: number, channel: PixelChannel)getChannel(channel: PixelChannel): IChannelStatistics | null