My Project
Loading...
Searching...
No Matches
halo.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "image.h"
4
5
class
Halo
:
public
Image{
6
private
:
7
static
const
std::string CACHE_KEY;
8
9
protected
:
10
static
const
int
RADIUS
= 64;
11
12
float
radius
;
13
float
brightness
;
14
15
public
:
16
Halo
();
17
Halo
(
float
radius
,
int
color,
float
brightness
);
18
Halo
*
point
(
float
x,
float
y);
19
void
Radius
(
float
value);
20
};
Halo::point
Halo * point(float x, float y)
Definition
halo.cpp:49
Halo::Radius
void Radius(float value)
Definition
halo.cpp:56
Halo::radius
float radius
Definition
halo.h:12
Halo::brightness
float brightness
Definition
halo.h:13
Halo::Halo
Halo()
Definition
halo.cpp:8
Halo::RADIUS
static const int RADIUS
Definition
halo.h:10
pd
halo.h
Generated by
1.13.2