fw4spl
amp/src/fwDataCamp/Color.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include <fwData/Color.hpp>
8 #include <fwCamp/UserObject.hpp>
9 
10 fwCampImplementDataMacro((fwData)(Color))
11 {
12  builder
13  .tag("object_version", "1")
14  .tag("lib_name", "fwData")
15  .base< ::fwData::Object>()
16  .property("rgba", &::fwData::Color::m_vRGBA)
17  ;
18 }
19 
ColorArray m_vRGBA
RGBA of the image (in terms of points)
Base class for each data object.
Contains the representation of the data objects used in the framework.