Crate zng_wgt_fill

Crate zng_wgt_fill 

Source
Expand description

Properties that fill the widget inner bounds and nodes that fill the available space.

§Crate

This crate is part of the zng project.

Modules§

node
Color and gradient fill nodes and builders.

Functions§

background
P Custom background. Allows using any other UI node as a background.
background_color
P Fill color background.
background_conic
P Conic gradient background.
background_fn
P Custom background generated using a WidgetFn<()>.
background_gradient
P Linear gradient background.
background_radial
P Radial gradient background.
foreground
P Custom foreground fill. Allows using any other UI node as a foreground overlay.
foreground_color
P Fill color overlay.
foreground_conic
P Conic gradient foreground.
foreground_fn
P Custom foreground generated using a WidgetFn<()>.
foreground_gradient
P Linear gradient overlay.
foreground_highlight
P Foreground highlight border overlay.
foreground_radial
P Radial gradient foreground.