webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
angle::Color< T > Struct Template Reference

#include <Color.h>

Public Member Functions

 Color ()
 
 Color (T r, T g, T b, T a)
 

Public Attributes

T red
 
T green
 
T blue
 
T alpha
 

Constructor & Destructor Documentation

◆ Color() [1/2]

template<typename T >
angle::Color< T >::Color ( )

◆ Color() [2/2]

template<typename T >
angle::Color< T >::Color ( T  r,
T  g,
T  b,
T  a 
)

Member Data Documentation

◆ alpha

template<typename T>
T angle::Color< T >::alpha

◆ blue

template<typename T>
T angle::Color< T >::blue

◆ green

template<typename T>
T angle::Color< T >::green

◆ red

template<typename T>
T angle::Color< T >::red

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