JCL Help:ApplyLUT
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: ApplyLUT Function
Search in JCL Help
Search in all projects
Summary
The summary for this help topic does not exist, edit this page
Pascal
procedure ApplyLUT(Dst: TJclBitmap32; Src: TJclBitmap32; const LUT: TLUT8);
Description
Converts color from Src to Dst using a look-up table (LUT parameter) to map the color components. The alpha channel of the result is automatically set to $FF: RDST = LUT[RSRC]; GDST = LUT[GSRC]; BDST = LUT[BSRC]; ADST = $FF; This function supports in-place operation, that is Dst may be the same as Src.
See Also
About
Unit
Donator
Alex Denissov
Platforms
VCL
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