www.gusucode.com > images 案例代码 matlab源码程序 > images/ConvertXYZColorTo8bitencodedRGBColorExample.m

    %% Convert XYZ color to 8-bit-encoded RGB Color
% 
%%
% Convert an XYZ color value to an 8-bit encoded RGB color value.
xyz2rgb([0.25 0.40 0.10],'OutputType','uint8')