Oxygine
1
2g game engine
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
e
g
i
j
m
n
o
p
r
s
t
u
v
w
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
c
d
f
h
i
l
m
n
p
s
t
v
w
Enumerator
+
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Pages
oxygine
src
TweenGlow.h
1
#pragma once
2
#include "oxygine-include.h"
3
#include "PostProcess.h"
4
5
namespace
oxygine
6
{
7
class
TweenGlow
:
public
TweenProxy
8
{
9
public
:
10
TweenGlow
(
const
Color
& color,
const
PostProcessOptions
& opt =
PostProcessOptions
());
11
};
12
}
oxygine::TweenGlow
Definition:
TweenGlow.h:7
oxygine
–oxgl-end–!
Definition:
Actor.h:14
oxygine::TweenProxy
Definition:
Tween.h:263
oxygine::PostProcessOptions
Definition:
PostProcess.h:11
oxygine::Color
Definition:
Color.h:8
Generated on Tue Feb 13 2018 05:01:18 for Oxygine by
1.8.14