rip ~master (2018-03-17T20:58:35Z)
Dub
Repo
colorsToFile
rip
io
interfaces
Undocumented in source.
mixin template
colorsToFile () {
import
std
.
stdio
;
;
void
toFile
(RGBColor color);
auto
range
;
import
std
.
algorithm
;
;
}
Members
Functions
toFile
void
toFile
(RGBColor color)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
range
auto
range
;
Undocumented in source.
Meta
Source
See Implementation
rip
io
interfaces
interfaces
FormatWorker
mixin templates
colorsToFile