[][src]Trait iced_audio::style::xy_pad::StyleSheet

pub trait StyleSheet {
    fn active(&self) -> Style;
fn hovered(&self) -> Style;
fn dragging(&self) -> Style; }

A set of rules that dictate the style of an XYPad.

Required methods

fn active(&self) -> Style

Produces the style of an active XYPad.

fn hovered(&self) -> Style

Produces the style of a hovered XYPad.

fn dragging(&self) -> Style

Produces the style of an XYPad that is being dragged.

Loading content...

Implementors

Loading content...