Krita Source Code Documentation
Loading...
Searching...
No Matches
Rgba< _T_ > Struct Template Reference

Public Attributes

_T_ a
 
_T_ b
 
_T_ g
 
_T_ r
 

Detailed Description

template<typename _T_>
struct Rgba< _T_ >

Definition at line 59 of file exr_converter.cc.

Member Data Documentation

◆ a

template<typename _T_ >
_T_ Rgba< _T_ >::a

Definition at line 63 of file exr_converter.cc.

◆ b

template<typename _T_ >
_T_ Rgba< _T_ >::b

Definition at line 62 of file exr_converter.cc.

◆ g

template<typename _T_ >
_T_ Rgba< _T_ >::g

Definition at line 61 of file exr_converter.cc.

◆ r

template<typename _T_ >
_T_ Rgba< _T_ >::r

Definition at line 60 of file exr_converter.cc.


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