![]() |
PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
|
A uniform pigment. More...
Public Member Functions | |
| UniformPigment (Color color=default) | |
| Constructor More... | |
| override Color | GetColor (Vec2d uv) |
| Associates a uniform color to the whole surface. More... | |
| virtual Color | GetColor (Vec2d uv) |
| Calculate a color (type color) associated with a (u,v) coordinate. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from PGENLib.Pigment | |
| Pigment (Color color=default) | |
Protected Attributes inherited from PGENLib.Pigment | |
| Color | Color |
A uniform pigment.
| PGENLib.UniformPigment.UniformPigment | ( | Color | color = default | ) |
Constructor
| color |
Associates a uniform color to the whole surface.
| uv |
Reimplemented from PGENLib.Pigment.