Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | List of all members
Mezzanine::Graphics::Procedural::TextTextureModifier Class Reference

A modifier to add text to a texture. More...

#include <texttexturemodifier.h>

+ Inheritance diagram for Mezzanine::Graphics::Procedural::TextTextureModifier:
+ Collaboration diagram for Mezzanine::Graphics::Procedural::TextTextureModifier:

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.
 

Detailed Description

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.

Member Function Documentation

String Mezzanine::Graphics::Procedural::TextTextureModifier::GetName ( ) const
virtual

Gets the name of this modifier.

Returns
Returns a string containing the name of this modifier.

Implements Mezzanine::Graphics::Procedural::TextureModifier.

Definition at line 92 of file texttexturemodifier.cpp.

void Mezzanine::Graphics::Procedural::TextTextureModifier::Modify ( TextureBuffer Buffer)
virtual

Alters the generated pixels in a TextureBuffer.

Parameters
BufferThe buffer to be modified.

Implements Mezzanine::Graphics::Procedural::TextureModifier.

Definition at line 89 of file texttexturemodifier.cpp.


The documentation for this class was generated from the following files: