JCL Help:RGBA2BGRA

From Project JEDI Wiki
Jump to navigationJump to search


Summary

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


Parameters

Parameters Description
Source The source pointer to a stream of RGBA records, the size of the records is 4 bytes or 4 words.
Target The pointer to the target stream of BGRA records, the size of the records is 4 bytes per record.
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" RGBA values to BGRA, 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