Searched refs:LightColor (Results 1 – 3 of 3) sorted by relevance
80 return LightColor::defaultValue(); in getDefaultColor()84 return impl->properties.template get<LightColor>().value; in getColor()89 impl_->properties.template get<LightColor>().value = property; in setColor()96 impl_->properties.template get<LightColor>().options = options; in setColorTransition()102 return impl->properties.template get<LightColor>().options; in getColorTransition()
39 struct LightColor : LightProperty<Color> { struct51 using LightProperties = Properties<LightAnchor, LightPosition, LightColor, LightIntensity>;
15 const auto color = light.get<LightColor>(); in lightColor()