Bsoft function

img_raise_to_power

Source:

src/img/img_arithmetic.c

Description:

Raises an image to a power.

Algorithm:

	newdatum = olddatum ^ power

Arguments:

Bimage* pimage structure.
double powerpower to raise to.

Returns:

int error code.

Prototype:

int img_raise_to_power(Bimage* p, double power)

Functions used:

balloc

Other objects included:

struct Bimage


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


Back to the Bsoft home