You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/chalk/colorspaces/wet/wetdreams/wetphysics.h

10 lines
267 B

void wet_pix_combine(WetPixDbl * dst, WetPixDbl * src1, WetPixDbl * src2);
void wet_pix_dilute(WetPixDbl * dst, WetPix * src, double dilution);
void wet_flow(WetLayer * layer);
void wet_dry(WetLayer * layer);
void wet_adsorb(WetLayer * layer, WetLayer * adsorb);