worldturtle-0.3.1.0: LOGO-like Turtle graphics with a monadic interface.
Copyright(c) Archibald Neil MacDonald 2020
LicenseBSD3
Maintainerarchibaldnmac@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Graphics.WorldTurtle.Color

Description

This module is a collection of color manipulation commands!

Synopsis

Documentation

shiftHue Source #

Arguments

:: Float

Degrees to change hue.

-> Color

Color to shift.

-> Color

Resultant color with hue shifted.

Rotates a given color's hue between [0, 360) degrees.