Searched refs:m_byColor (Results 1 – 1 of 1) sorted by relevance
491 , m_byColor( AnimationColorSpace::RGB, 0, 0, 0) in AnimColorContext()512 mpNode->setBy( m_byColor.get() ); in endFastElement()528 m_byColor.colorSpace = AnimationColorSpace::HSL; in createFastChildContext()529 m_byColor.one = xAttribs->getOptionalValue( XML_h ).toInt32( ); in createFastChildContext()530 m_byColor.two = xAttribs->getOptionalValue( XML_s ).toInt32( ); in createFastChildContext()531 m_byColor.three = xAttribs->getOptionalValue( XML_l ).toInt32( ); in createFastChildContext()541 m_byColor.colorSpace = AnimationColorSpace::RGB; in createFastChildContext()542 m_byColor.one = xAttribs->getOptionalValue( XML_r ).toInt32(); in createFastChildContext()543 m_byColor.two = xAttribs->getOptionalValue( XML_g ).toInt32(); in createFastChildContext()544 m_byColor.three = xAttribs->getOptionalValue( XML_b ).toInt32(); in createFastChildContext()[all …]
Completed in 24 milliseconds