Uses of Class
ca.cgjennings.graphics.composites.AbstractARGBComposite
-
Packages that use AbstractARGBComposite Package Description ca.cgjennings.graphics.composites -
-
Uses of AbstractARGBComposite in ca.cgjennings.graphics.composites
Subclasses of AbstractARGBComposite in ca.cgjennings.graphics.composites Modifier and Type Class Description class
BlendMode
Composites that have similar effects to the layer blending modes in popular paint programs.class
MaskComposite
Blends the source into the destination using both an overall and per-channel alpha values.Methods in ca.cgjennings.graphics.composites that return AbstractARGBComposite Modifier and Type Method Description AbstractARGBComposite
AbstractARGBComposite. derive(float alpha)
-