| Package | Description |
|---|---|
| org.dayflower.pathtracer.color |
Provides the Color API.
|
| org.dayflower.pathtracer.color.colorspace |
Provides
ColorSpace implementations. |
| Modifier and Type | Method and Description |
|---|---|
Color |
Color.redoGammaCorrection(ColorSpace colorSpace)
Call this method to redo Gamma Correction using the specified
ColorSpace. |
Color |
Color.undoGammaCorrection(ColorSpace colorSpace)
Call this method to undo Gamma Correction using the specified
ColorSpace. |
| Modifier and Type | Class and Description |
|---|---|
class |
RGBColorSpace
The
RGBColorSpace class is an implementation of ColorSpace and represents an RGB color space. |