| 231 | } |
| 232 | |
| 233 | void mitk::Annotation::SetColor(const mitk::Color &color, const std::string &propertyKey) |
| 234 | { |
| 235 | mitk::ColorProperty::Pointer prop; |
| 236 | prop = mitk::ColorProperty::New(color); |
| 237 | this->m_PropertyList->SetProperty(propertyKey, prop); |
| 238 | } |
| 239 | |
| 240 | void mitk::Annotation::SetColor(float red, float green, float blue, const std::string &propertyKey) |
| 241 | { |