Documentation ¶
Index ¶
- func DitherStep(im pixel.Image, step int)
- func FadeOutDiagonal(duration time.Duration, im pixel.Image) <-chan time.Time
- func FadeOutDither(duration time.Duration, im pixel.Image) <-chan time.Time
- func FadeOutHorizontal(duration time.Duration, im pixel.Image) <-chan time.Time
- func FadeOutShift(duration time.Duration, im pixel.Image) <-chan time.Time
- func FadeOutVertical(duration time.Duration, im pixel.Image) <-chan time.Time
- func ShiftRight(im pixel.Image)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FadeOutDiagonal ¶
func FadeOutDither ¶
FadeOutDither dims the colors by dithering, most useful for 1-bit bitmaps.
func FadeOutHorizontal ¶
FadeOutVertical draws horizontal raster lines to fade out the image.
func FadeOutShift ¶
FadeOutShift dims the colors by bit shifting. 1-bit bitmaps are ignored.
func FadeOutVertical ¶
FadeOutVertical draws vertical raster lines to fade out the image.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.