Package edu.washington.biostr.sig.brainj3d.viewvolume.colors

Class Summary
AlphaWeightedFunction This blend function averages the two blend functions by using the two color's alpha values as weights.
AverageFunction This blend function computes an equally weighted average between two colors.
BlendFunction Base class for blend functions.
BlendFunctionFactory This factory manages the creation of and access to BlendFunctions.
DifferenceSet<T>  
SmoothBlend This blend function computes a smooth blend between the base color and the volume color.
SpecifiedWeightFunction This blend function computes an average between the two colors based on the weights specified.
StepFunction This blend function returns the volume color if it is any of its rgb-values are non-zero, else it returns the base color.
VolumeOnlyFunction This blend function returns only the specified volume color and ignores the base color.
 



Copyright © 2006 University of Washington. All Rights Reserved.