37 bool mitk::ColorProperty::IsEqual(
const BaseProperty &property)
const 42 bool mitk::ColorProperty::Assign(
const BaseProperty &property)
69 float tmp[3] = {red, green, blue};
75 std::stringstream myStr;
76 myStr.imbue(std::locale::classic());
85 itk::LightObject::Pointer mitk::ColorProperty::InternalClone()
const 87 itk::LightObject::Pointer result(
new Self(*
this));
const mitk::Color & GetValue() const
void SetColor(const mitk::Color &color)
std::string GetValueAsString() const override
void SetValue(const mitk::Color &color)
The ColorProperty class RGB color property.
Abstract base class for properties.
const mitk::Color & GetColor() const
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)