HLS2sRGB: Convert sRGB to HLS.

Description Usage Arguments Value Methods (by class) See Also

Description

Wrapper function of HLS and sRGB that convert colors from HLS to sRGB.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
HLS2sRGB(x, ...)

## S4 method for signature 'matrix'
HLS2sRGB(x)

## S4 method for signature 'numeric'
HLS2sRGB(x)

## S4 method for signature 'CanopyPhoto'
HLS2sRGB(x, ...)

Arguments

x

numeric, matrix or CanopyPhoto. Values must lying between 0 and 1.

...

Additional arguments as for writeRaster.

Value

Matrix, or CanopyPhoto.

Methods (by class)

See Also

normalize.

example /inst/examples/HLS2sRGBexample.R


GastonMauroDiaz/caiman documentation built on Jan. 22, 2022, 4:43 a.m.