Learn R Programming

colorscience (version 1.0.8)

Yuv2Luv: Convert Yuv coordinates to Luv

Description

Yuv2Luv Converts Yuv coordinates to Luv.

Usage

Yuv2Luv(Yu.v.matrix, illuminant = "D65", observer = 2,
                 RefWhite = get("XYZperfectreflectingdiffuser", envir = environment()))

Arguments

Yu.v.matrix

Yuv matrix

illuminant

illuminant

observer

observer

RefWhite

Reference White

Value

Luv coordinates

Examples

Run this code
# NOT RUN {
Yuv <- c(0.08391198, 0.2830965, 0.4661789)
Yuv2Luv(Yuv)
# }

Run the code above in your browser using DataLab