Changes the color scheme of the image to sepia.
Receives dynamic object and returns Effect.
dynamic
static Sepia sepia([dynamic level]) { return Sepia(level); }