karthick B / GR-PEACH_video

Fork of GR-PEACH_video by Renesas

Embed: (wiki syntax)

« Back to documentation index

vdc5_clut_t Struct Reference

vdc5_clut_t Struct Reference

#include <r_vdc5.h>

Data Fields

uint32_t color_num
const uint32_t * clut

Detailed Description

CLUT setup parameter

Definition at line 811 of file r_vdc5.h.


Field Documentation

const uint32_t* clut

Address of the area storing the CLUT data (in ARGB8888 format)

Definition at line 813 of file r_vdc5.h.

uint32_t color_num

The number of colors in CLUT

Definition at line 812 of file r_vdc5.h.