#include "CEGUIBase.h"
#include "CEGUIcolour.h"
Include dependency graph for CEGUIColourRect.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
Classes | |
class | CEGUI::ColourRect |
Class that holds details of colours for the four corners of a rectangle. More... | |
Enumerations | |
enum | QuadSplitMode { TopLeftToBottomRight, BottomLeftToTopRight } |
Enumerated type that contains the valid diagonal-mode that specify how a quad is split into triangles when rendered with fx. a 3D API. More... |
|
Enumerated type that contains the valid diagonal-mode that specify how a quad is split into triangles when rendered with fx. a 3D API.
Definition at line 40 of file CEGUIColourRect.h. Referenced by CEGUI::RenderableImage::getQuadSplitMode(). |