Changes between Version 11 and Version 12 of ChimeraAnimationState


Ignore:
Timestamp:
Jan 4, 2011, 3:47:56 PM (15 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraAnimationState

    v11 v12  
    103103<_chimera.MaterialColor object at 0x3f36490>
    104104>>> MC = chimera.MaterialColor
    105 >>> help(MC)
     105>>> help(MC)  # see various contructors
     106>>> MC = chimera.MaterialColor(0.0, 0.0, 0.0, 1.0)
     107>>> MC.rgba()
     108(0.0, 0.0, 0.0, 1.0)
    106109}}}
    107110