texit ~master (2023-12-16T21:48:18Z)
Dub
Repo
Color
texit
Simple color struct
struct
Color {
float
r
;
float
g
;
float
b
;
float
a
;
SDL_Color
toSDL
();
}
Members
Functions
toSDL
SDL_Color
toSDL
()
a
float
a
;
b
float
b
;
g
float
g
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
r
float
r
;
Undocumented in source.
Meta
Source
See Implementation
texit
modules
app
aliases
Easing
classes
SDLException
TexitException
functions
SDL_RenderCopyF
SDL_RenderFillRectF
ease
easing
mixin templates
Texit
structs
Color
Point
SDL_FRect
Tile
Vector
variables
translation
zoom
Simple color struct