JCL Help:RGB2BGR

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Reorders a stream of "Count" RGB values to BGR, additionally an eventual sample size adjustment is done.


Parameters

Parameters Description
Source Source pointer to a stream of RGB records, the records in the stream can be 3 bytes or 3 words. This can also be a separate R, G and B stream of single byte or word color components.
Target Target pointer to a stream of BGR records that are 3 bytes long.
BitsPerSample The bits per sample of the source stream, this can be 8 or 16 bits.
Count Number of samples to convert.


Description

Reorders a stream of "Count" RGB values to BGR, additionally an eventual sample size adjustment is done.


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