JCL Help:CIELAB2BGR

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Conversion of the CIE L*a*b color space to RGB using a two step approach assuming a D65 white point, first a conversion to CIE XYZ is performed and then from there to RGB.


Parameters

Parameters Description
Source The source pointer to a stream of CIELAB records, the size of the records is always 3 bytes per record.
Target The target pointer to a stream of BGR records, the size is always 3 bytes per record.
Count Number of samples to convert.


Description

Conversion of the CIE L*a*b color space to RGB using a two step approach assuming a D65 white point, first a conversion to CIE XYZ is performed and then from there to RGB.


About

Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page