Learn R Programming

imager (version 0.20)

RGBtoHSL: Colour space conversions in imager

Description

All functions listed here assume the input image has three colour channels (spectrum(im) == 3)

Usage

RGBtoHSL(im)
HSLtoRGB(im)
RGBtoHSV(im)
HSVtoRGB(im)
RGBtoHSI(im)
HSItoRGB(im)
RGBtosRGB(im)
sRGBtoRGB(im)
RGBtoYCbCr(im)
YCbCrtoRGB(im)
RGBtoYUV(im)
YUVtoRGB(im)

Arguments

im
an image

Functions

  • RGBtoHSL: RGB to HSL conversion
  • HSLtoRGB: HSL to RGB conversion
  • RGBtoHSV: RGB to HSV conversion
  • HSVtoRGB: HSV to RGB conversion
  • RGBtoHSI: RGB to HSI conversion
  • HSItoRGB: HSI to RGB conversion
  • RGBtosRGB: RGB to sRGB conversion
  • sRGBtoRGB: sRGB to RGB conversion
  • RGBtoYCbCr: RGB to YCbCr conversion
  • YCbCrtoRGB: YCbCr to RGB conversion
  • RGBtoYUV: RGB to YUV conversion
  • YUVtoRGB: YUV to RGB conversion