Learn R Programming

colourspace (version 0.0.1)

hsl_to_hex: Convert HSL to HEX

Description

Convert HSL to HEX

Usage

hsl_to_hex(hsl)

Value

Character vector of hex colours.

Arguments

hsl

Numeric vector/matrix of HSL values (h: 0-360, s/l: 0-100).

Examples

Run this code
hsl_to_hex(c(210, 50, 40))

Run the code above in your browser using DataLab