HOG2
|
#include <ScreenTransition.h>
Public Member Functions | |
LineTransition (int numSegments, int linesPerSegment, rgbColor color=Colors::black) | |
virtual void | Reset (float t) |
virtual bool | Step (float delta) |
virtual void | Draw (Graphics::Display &d) |
void | SetColor (rgbColor c) |
Private Attributes | |
float | mTime |
int | numSegments |
int | linesPerSegment |
rgbColor | color |
Definition at line 25 of file ScreenTransition.h.
LineTransition::LineTransition | ( | int | numSegments, |
int | linesPerSegment, | ||
rgbColor | color = Colors::black |
||
) |
Definition at line 11 of file ScreenTransition.cpp.
References color, linesPerSegment, and numSegments.
|
virtual |
Implements ScreenTransition.
Definition at line 39 of file ScreenTransition.cpp.
References color, d, mTime, and numSegments.
|
virtual |
void LineTransition::SetColor | ( | rgbColor | c | ) |
Definition at line 18 of file ScreenTransition.cpp.
References color.
|
virtual |
|
private |
Definition at line 35 of file ScreenTransition.h.
Referenced by Draw(), LineTransition(), and SetColor().
|
private |
Definition at line 34 of file ScreenTransition.h.
Referenced by LineTransition().
|
private |
Definition at line 33 of file ScreenTransition.h.
|
private |
Definition at line 34 of file ScreenTransition.h.
Referenced by Draw(), and LineTransition().