a data.frame
with these columns:
SAMPLE_NAMEa character N-vector equal to the original MunsellSpec
if that was a character vector.
Or the Munsell notation string converted from the input matrix HVC.
xyYan Nx3 matrix with xyY values in the rows, that are adapted to Illuminant C.
This is an intermediate result that is sometimes useful, e.g. it can be passed
to IsWithinMacAdamLimits()
.
The rownames of xyY are copied from those of HVC, unless the rownames of HVC are NULL
when they are set to SAMPLE_NAME
.
RGBan Nx3 matrix with non-linear RGB signal values in the rows.
All values are clamped to the appropriate cube, e.g. \([0,255]^3\).
The rownames of RGB are copied from those of xyY.
OutOfGamutlogical vector, TRUE means the result was out of gamut (the cube) before clamping it
In case of error, it returns NULL.