libgpac
Documentation of the core library of GPAC
|
import"evg.idl";
Public Member Functions | |
unsigned long | on_alpha (unsigned long source_alpha, unsigned long x, unsigned long y) |
alpha callback type
unsigned long AlphaCallback::on_alpha | ( | unsigned long | source_alpha, |
unsigned long | x, | ||
unsigned long | y | ||
) |
alpha callback functions
source_alpha | value of alpha of source color at the given pixel coordinate. Values are between 0 and 255 |
x | horizontal pixel coordinate, 0 meaning first column of raster surface |
y | vertical pixel coordinate, 0 meaning first row of raster surface |