Extracted from Pike v7.8 release 866 at 2018-02-07.
pike.ida.liu.se
[Top]
Image
Image.Colortable

Method Image.Colortable()->full()


Method full

object full()

Description

Set the colortable to use full scan to lookup the closest color.

example: colors=Image.Colortable(img)->full();

algorithm time: O[n*m], where n is numbers of colors and m is number of pixels

Returns

the object being called

Note

Not applicable to colorcube types of colortable.

See also

cubicles , map