LibreOffice Module canvas (master) 1
|
#include <irendermodule.hxx>
Public Attributes | |
float | r |
float | g |
float | b |
float | a |
float | u |
float | v |
float | x |
float | y |
float | z |
Definition at line 34 of file irendermodule.hxx.
float canvas::Vertex::a |
Definition at line 36 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().
float canvas::Vertex::b |
Definition at line 36 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().
float canvas::Vertex::g |
Definition at line 36 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().
float canvas::Vertex::r |
Definition at line 36 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().
float canvas::Vertex::u |
Definition at line 37 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().
float canvas::Vertex::v |
Definition at line 37 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().
float canvas::Vertex::x |
Definition at line 38 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().
float canvas::Vertex::y |
Definition at line 38 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().
float canvas::Vertex::z |
Definition at line 38 of file irendermodule.hxx.
Referenced by canvas::Surface::draw().