edu.washington.biostr.sig.volume.colors
Class MinimizeBoneScheme

java.lang.Object
  extended by edu.washington.biostr.sig.volume.colors.ColorScheme
      extended by edu.washington.biostr.sig.volume.colors.MinimizeBoneScheme

public class MinimizeBoneScheme
extends ColorScheme

This is an attempt to provide a grayscale that becomes bonelike near 1.
In MRI images, the brightest structures are bone and so it is helpful to reduce the brightness of it and make it distinct from the now brighter brain.

Version:
1
Author:
Eider Moore

Field Summary
 
Fields inherited from class edu.washington.biostr.sig.volume.colors.ColorScheme
alpha
 
Constructor Summary
MinimizeBoneScheme()
           
 
Method Summary
 int[] getRGB(double value)
          Get an RGBA value as 4 ints {R, G, B, A}
 
Methods inherited from class edu.washington.biostr.sig.volume.colors.ColorScheme
getAlpha, getAlphaComposite, getARGB, setAlpha, supportsAlpha
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinimizeBoneScheme

public MinimizeBoneScheme()
Method Detail

getRGB

public int[] getRGB(double value)
Description copied from class: ColorScheme
Get an RGBA value as 4 ints {R, G, B, A}

Overrides:
getRGB in class ColorScheme
Returns:
A 4 int RGBA value.


Copyright © 2006 University of Washington. All Rights Reserved.