frudawski

plotcribar

The plotcribar function plots the special colour rendering indices which form the general colour rendering index R_a. Any errors in the data set or in results generated with the Lighting Toolbox are not in the liability of the CIE nor me, see licence.

See also: ciecri

Usage:

plotcribar(cri)

Where:

ParameterDescription
criIs a single colour rendering index (CRI) struct, see ciecri function

Example

Plot special colour rendering indices of standard illuminant ‘FL12’:

lam = 380:780;
spec = ciespec(lam,'FL12');
cri = ciecri(lam,spec);
plotcribar(cri)

See also: ciespec, ciecri

Result:

Reference

CIE 13.3:1995: Method of measuring and specifying colour rendering properties of light sources. Commission Internationale de l'Éclairage (CIE), Vienna Austria, 1995, ISBN: 978 3 900734 57 2.

Leave a comment

* I accept the use of cookies as well as the terms in the privacy policy. I accept that data provided by me is processed and saved. I know that comments are saved and published after review.