Inkscape
Vector Graphics Editor
|
TODO: insert short description here. More...
Go to the source code of this file.
Classes | |
class | Inkscape::Filters::DistantLight |
class | Inkscape::Filters::PointLight |
class | Inkscape::Filters::SpotLight |
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::Filters |
Typedefs | |
typedef unsigned int | guint32 |
Enumerations | |
enum | Inkscape::Filters::LightComponent { Inkscape::Filters::LIGHT_RED = 0 , Inkscape::Filters::LIGHT_GREEN , Inkscape::Filters::LIGHT_BLUE } |
TODO: insert short description here.
These classes provide tools to compute interesting objects relative to light sources.
Each class provides a constructor converting information contained in a sp light object into information useful in the current setting, a method to get the light vector (at a given point) and a method to get the light color components (at a given point).
Definition in file nr-light.h.
typedef unsigned int guint32 |
Definition at line 29 of file nr-light.h.