A modifier to add text to a texture. More...
#include <texttexturemodifier.h>
Public Member Functions | |
TextTextureModifier () | |
Blank constructor. | |
virtual | ~TextTextureModifier () |
Class destructor. | |
virtual String | GetName () const |
Gets the name of this modifier. More... | |
virtual void | Modify (TextureBuffer &Buffer) |
Alters the generated pixels in a TextureBuffer. More... | |
Public Member Functions inherited from Mezzanine::Graphics::Procedural::TextureModifier | |
TextureModifier () | |
Blank constructor. | |
virtual | ~TextureModifier () |
Class destructor. | |
A modifier to add text to a texture.
Currently this is not implemented, and will throw a NOT_IMPLEMENTED_EXCEPTION if constructed.
Definition at line 82 of file texttexturemodifier.h.
|
virtual |
Gets the name of this modifier.
Implements Mezzanine::Graphics::Procedural::TextureModifier.
Definition at line 92 of file texttexturemodifier.cpp.
|
virtual |
Alters the generated pixels in a TextureBuffer.
Buffer | The buffer to be modified. |
Implements Mezzanine::Graphics::Procedural::TextureModifier.
Definition at line 89 of file texttexturemodifier.cpp.