#####
Color
#####

.. cpp:namespace:: SC::Store::Color

.. default-domain:: cpp

Fields
======

====== ====================================
float  :cpp:var:`~SC::Store::Color::red`   
float  :cpp:var:`~SC::Store::Color::green` 
float  :cpp:var:`~SC::Store::Color::blue`  
float  :cpp:var:`~SC::Store::Color::alpha` 
====== ====================================

Functions
=========

===== ====================================================================================
..    :cpp:func:`Color <SC::Store::Color::Color>`                                         
..    :cpp:func:`Color <SC::Store::Color::Color>`                                         
bool  :cpp:func:`operator== <bool SC::Store::Color::operator==(Color const &that) const>` 
bool  :cpp:func:`operator!= <bool SC::Store::Color::operator!=(Color const &that) const>` 
===== ====================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenstruct:: SC::Store::Color
   :project: libsc
   :members:
   :undoc-members:



