.. index:: pair: class; EE::System::RectColors .. _doxid-class_e_e_1_1_system_1_1_rect_colors: class EE::System::RectColors ============================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class RectColors { public: // fields :ref:`Color` :target:`TopLeft`; :ref:`Color` :target:`TopRight`; :ref:`Color` :target:`BottomLeft`; :ref:`Color` :target:`BottomRight`; // construction :target:`RectColors`(); :target:`RectColors`(const :ref:`Color`& color); :target:`RectColors`(const :ref:`Color`& topLeft, const :ref:`Color`& topRight, const :ref:`Color`& bottomLeft, const :ref:`Color`& bottomRight); };