h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <BasicStrokeShaders.h>
Inheritance diagram for ColorNoiseShader:
Public Member Functions | |
ColorNoiseShader (float iAmplitude, float iPeriod) | |
virtual void | shade (Stroke &stroke) const |
ColorNoiseShader | ( | float | iAmplitude, | |
float | iPeriod | |||
) |
Builds a Color Noise Shader
iAmplitude | The amplitude of the noise signal | |
iPeriod | The period of the noise signal |
virtual void shade | ( | Stroke & | stroke | ) | const [virtual] |
The shading method.
Reimplemented from StrokeShader.