powered by
Generate shades, tints or both from a colour.
tinter(x, steps = 5, crop = 1, direction = "both", adjust = 0)
A string of a colour in any format accepted by grDevices::col2rgb().
An integer indicating how many shades/tints to generate (excluding x).
An integer indicating how many extreme colours to remove (e.g. crop = 1 eliminates 'black' and 'white').
A string indicating whether to include 'tints', 'shades' or 'both'.
A number between -1 and 1. Values between 0 and -1 increasingly darken colour; values between 0 and 1 increasingly lighten colour.
A vector of colours.
# NOT RUN { tinter("blue") tinter("#fa6a5c", steps = 10, crop = 3) tinter("#fa6a5c", direction = "tints") # }
Run the code above in your browser using DataLab