VDPAU
|
#include <vdpau.h>
Data Fields | |
float | red |
float | green |
float | blue |
float | alpha |
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.
float VdpColor::alpha |
float VdpColor::blue |
float VdpColor::green |
float VdpColor::red |