Bsoft function

img_pure_colour

Source:

src/img/img_colour.c

Description:

Generates a pure colour image without intensity.

Algorithm:

	Pure colour is defined as:

col
col = --------
sum(col)

Arguments:

Bimage* pimage.

Returns:

int 0.

Prototype:

int img_pure_colour(Bimage* p)

Other objects included:

struct Bimage


Generated by bdoc.pl on Mon Jun 15 11:47:29 2009


Back to the Bsoft home