edgebundles.visualisation
Class MINComposite

public class MINComposite
implements java.awt.CompositeContext, java.awt.Composite

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

Version:
1.0
Author:
Bilal Alsallakh
Method Detail

compose

public void compose(java.awt.image.Raster p_srcIn,
                    java.awt.image.Raster p_dstIn,
                    java.awt.image.WritableRaster p_dstOut)
composing two colors intended to be viewed upon each other
Parameters:
p_srcIn - Raster
p_dstIn - Raster
p_dstOut - WritableRaster

setAlpha

public void setAlpha(double alpha)
setAlpha: sets the current alpha blending value
Parameters:
alpha - double