VDPAU
Data Fields
VdpColor Struct Reference

#include <vdpau.h>

Data Fields

float red
 
float green
 
float blue
 
float alpha
 

Detailed Description

A constant RGBA color.

Note that the components are stored as float values in the range 0.0...1.0 rather than format-specific integer values. This allows VdpColor values to be independent from the exact surface format(s) in use.

Field Documentation

float VdpColor::alpha
float VdpColor::blue
float VdpColor::green
float VdpColor::red

The documentation for this struct was generated from the following file: