~s-cecilio/lomse/master

« back to all changes in this revision

Viewing changes to src/internal_model/lomse_basic_objects.cpp

  • Committer: cecilios
  • Date: 2010-11-14 17:47:31 UTC
  • Revision ID: git-v1:1fa3764c8c4d338b95b1a537b1e78271170c0025
latest new code. demo_1 tested on linux and win32

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
// DtoComponentObj implementation
34
34
//-------------------------------------------------------------------------------------
35
35
 
36
 
void DtoComponentObj::set_color(rgba16 color)
 
36
void DtoComponentObj::set_color(Color color)
37
37
{
38
38
    m_color = color;
39
39
}