tida v0.1.3 (2022-04-24T19:31:37Z)
Home
Dub
Repo
flipImpl
tida
image
Reverses the picture along the specified axis.
Image
flipImpl
(Image image)
template
flipImpl
(int axis)
@
trusted
nothrow pure
static if
(
axis == XAxis
)
Image
flipImpl
(
Image
image
)
Image
flipImpl
(Image image)
Members
Functions
flipImpl
Image
flipImpl
(Image image)
Undocumented in source. Be warned that the author may not have intended to support it.
flipImpl
Image
flipImpl
(Image image)
Undocumented in source. Be warned that the author may not have intended to support it.
Examples
image
.
flip
!
XAxis
.
flip
!
YAxis
;
Meta
Source
See Implementation
tida
image
aliases
flip
flipX
flipY
classes
Image
functions
blur
gausKernel
imageFrom
reversed
rotateImage
saveImageInFile
strip
unite
validateImageData
manifest constants
XAxis
YAxis
templates
flipImpl
isValidAxis
process
variables
alpha
Reverses the picture along the specified axis.