edu.washington.biostr.sig.volume.colors
Class MinimizeBoneScheme
java.lang.Object
edu.washington.biostr.sig.volume.colors.ColorScheme
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
| Fields inherited from class edu.washington.biostr.sig.volume.colors.ColorScheme |
alpha |
|
Method Summary |
int[] |
getRGB(double value)
Get an RGBA value as 4 ints {R, G, B, A} |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinimizeBoneScheme
public MinimizeBoneScheme()
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.