可以使用colorBlend@Entry @Component struct ColorBlendPage { @State message: string = 'Hello World'; build() { Column(){ Image($r('app.media.app_icon')) .colorBlend(Color.Red) .height(50) .width(50) } } }
可以使用colorBlend