gfm v1.1.3 (2014-06-18T21:14:08Z)
Home
Dub
Repo
isImage
gfm
image
image
Test if I is an Image.
An image has the following features:
defines element_t as the type of elements (eg. pixels).
has a dimension of type vec2i.
has getter/setter for individual elements.
template
isImage (
I
) {
enum
bool
isImage
;
}
Members
Variables
isImage
enum
bool
isImage
;
Undocumented in source.
Meta
Source
See Implementation
gfm
image
image
enums
EdgeMode
functions
contains
copyRect
drawHorizontalLine
drawPixel
drawRect
drawVerticalLine
fillImage
fillRect
getPixel
templates
isImage
Test if I is an Image.
An image has the following features: