rip.concepts.ranges

Undocumented in source.

Members

Functions

createFences
auto createFences(Surface surface, T width, U height)

Returns fences range from surface P.S. FOR DETAILS SEE SOURCE

createFencesNew
auto createFencesNew(Surface surface, T width, U height)

Lazy and fast version of createFences. P.S. FOR DETAILS SEE SOURCE

createPixels
auto createPixels(Range r)

Creates biderectional range from other range of pixels

createSurfaceRange
auto createSurfaceRange(Surface surface)
Undocumented in source. Be warned that the author may not have intended to support it.
toSurface
Surface toSurface(Range r, size_t width, size_t height)

Creates surface from input range of pixels

Meta