ImageBlend

ImageBlend是一个用于处理和显示具有混合效果的图像的结构。

ImageBlend is a struct for handling and displaying images with blending effects.

Props

decoratenametypedescription
walkwalkWalkControls the layout of the ImageBlend
animatoranimatorAnimatorAnimator used to animate the ImageBlend
live, redrawdraw_bgDrawQuadDrawQuad used to draw the background
livemin_widthi64The minimum width of the ImageBlend
livemin_heighti64The minimum height of the ImageBlend
live(1.0)width_scalef64The width scale of the ImageBlend
livefitImageFitThe fit mode of the ImageBlend
livebreatheboolThe breathe effect of the ImageBlend
livesourceLiveDependencyThe source of the ImageBlend
rusttexture[Option<Texture>;2]The textures of the ImageBlend

See Walk

See LiveDependency

See DrawQuad

See ImageFit

Event

This struct does not define any events.