Title: Minimum Composite
Description: composing two colors intended to be viewed upon each other
The rule used is the Minimum rule, which computes the minimum value for each color component between the two colors, further the result is alpha-blended with a white pixel.Copyright: Copyright (c) 2007
Company: TU Wien
Method Detail |
public void compose(java.awt.image.Raster p_srcIn, java.awt.image.Raster p_dstIn, java.awt.image.WritableRaster p_dstOut)
p_srcIn
- Rasterp_dstIn
- Rasterp_dstOut
- WritableRasterpublic void setAlpha(double alpha)
alpha
- double