Renesas GR-PEACH OpenCV Development / gr-peach-opencv-project-sd-card_update

Fork of gr-peach-opencv-project-sd-card by the do

Embed: (wiki syntax)

« Back to documentation index

vdc5_chromakey_t Struct Reference

vdc5_chromakey_t Struct Reference

#include <r_vdc5.h>

Data Fields

uint32_t ck_color
uint32_t rep_color
uint8_t rep_alpha

Detailed Description

Chroma-key setup parameter

Definition at line 803 of file r_vdc5.h.


Field Documentation

uint32_t ck_color

RGB/CLUT signal for RGB/CLUT-index chroma-key processing

Definition at line 804 of file r_vdc5.h.

uint8_t rep_alpha

Replaced alpha signal after RGB-index chroma-key processing (in 8 bits)

Definition at line 806 of file r_vdc5.h.

uint32_t rep_color

Replaced ARGB signal after RGB/CLUT-index chroma-key processing

Definition at line 805 of file r_vdc5.h.