| Name | Description | Type | Package | Framework |
| ColorInterpolator | Interface | org.biojava.nbio.structure.gui.util.color | BioJava | |
| ColorUtils | Class | org.biojava.nbio.structure.gui.util.color | BioJava | |
| ContinuousColorMapper | Provides a mapping between real numbers and Colors. | Interface | org.biojava.nbio.structure.gui.util.color | BioJava |
| ContinuousColorMapperTransform | Maps colors by performing a transform of the input data and then passing the transformed value to a ContinuousColorMapper for rendering. | Class | org.biojava.nbio.structure.gui.util.color | BioJava |
| DefaultMatrixMapper | Color Mapper which mimics the default coloring of JMatrixPanel pixels. | Class | org.biojava.nbio.structure.gui.util.color | BioJava |
| GradientMapper | Maps a set of real values onto a gradient. | Class | org.biojava.nbio.structure.gui.util.color | BioJava |
| GradientPanel | Class | org.biojava.nbio.structure.gui.util.color | BioJava | |
| HSVColorSpace | Class | org.biojava.nbio.structure.gui.util.color | BioJava | |
| LinearColorInterpolator | Class | org.biojava.nbio.structure.gui.util.color | BioJava | |
| LinearColorInterpolator .InterpolationDirection | Class | org.biojava.nbio.structure.gui.util.color | BioJava | |
| LogColorMapper | Performs a log10 transform on input before passing the values off to another For instance, to map [10^0, 10^10] to a rainbow gradient, use | Class | org.biojava.nbio.structure.gui.util.color | BioJava |
| SqrtColorMapper | Performs a sqrt transform on input before passing the values off to another For instance, to map [0^2, 10^2] to a rainbow gradient, use | Class | org.biojava.nbio.structure.gui.util.color | BioJava |