Learn R Programming

colorscience (version 1.0.8)

RGB2HSL: Convert RGB coordinates to HSL

Description

RGB2HSL Converts RGB coordinates to HSL.

Usage

RGB2HSL(RGBmatrix)

Arguments

RGBmatrix

RGB coordinates

Value

HSL coordinates

References

Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/

Examples

Run this code
# NOT RUN {
RGB<-c(124,63,78)
RGB2HSL(RGB)
# }

Run the code above in your browser using DataLab