GradientRequest Struct Reference

#include <drawing_request.hpp>

List of all members.

Public Member Functions

 GradientRequest ()

Public Attributes

Color top
Color bottom
Vector size


Detailed Description

Definition at line 113 of file drawing_request.hpp.


Constructor & Destructor Documentation

GradientRequest::GradientRequest (  )  [inline]

Definition at line 115 of file drawing_request.hpp.

00115                      :
00116     top(),
00117     bottom(),
00118     size()
00119   {}


Member Data Documentation

Color GradientRequest::top

Definition at line 121 of file drawing_request.hpp.

Referenced by SDLRenderer::draw_gradient(), SDLLightmap::draw_gradient(), GLRenderer::draw_gradient(), GLLightmap::draw_gradient(), and DrawingContext::draw_gradient().

Color GradientRequest::bottom

Definition at line 122 of file drawing_request.hpp.

Referenced by SDLRenderer::draw_gradient(), SDLLightmap::draw_gradient(), GLRenderer::draw_gradient(), GLLightmap::draw_gradient(), and DrawingContext::draw_gradient().

Vector GradientRequest::size

Definition at line 123 of file drawing_request.hpp.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 9 03:38:31 2014 for SuperTux by  doxygen 1.5.1