Home
last modified time | relevance | path

Searched refs:COLOR_BLEND (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h119 COLOR_BLEND, enumerator
315 { RSModifierType::COLOR_BLEND, "ColorBlend" },
H A Drs_modifiers_def.in189 DECLARE_ANIMATABLE_MODIFIER(ColorBlend, Color, COLOR_BLEND, Add, Foreground, COLOR)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp141 { RSModifierType::COLOR_BLEND, RSPropertyDrawableSlot::COLOR_FILTER },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2486 …SetProperty<RSColorBlendModifier, RSAnimatableProperty<Color>>(RSModifierType::COLOR_BLEND, colorB… in SetColorBlend()