Searched refs:m_weights (Results 1 – 2 of 2) sorted by relevance
73 m_weights[m_count] = ( weightByAlpha ? w : 1.0f ); in ColourSet()97 m_weights[index] += ( weightByAlpha ? w : 1.0f ); in ColourSet()106 m_weights[i] = std::sqrt( m_weights[i] ); in ColourSet()
43 float const* GetWeights() const { return m_weights; } in GetWeights()51 float m_weights[16]; variable