freya_elements::elements::label

Constant blend_mode

Source
pub const blend_mode: (&'static str, Option<&'static str>, bool);
Expand description

Control the blend mode of this element.

Possible values:

  • clear
  • src
  • dst
  • src-over
  • dst-over
  • src-in
  • dst-in
  • src-out
  • dst-out
  • src-a-top
  • dst-a-top
  • xor
  • plus
  • modulate
  • screen
  • overlay
  • darken
  • lighten
  • color-dodge
  • color-burn
  • hard-light
  • soft-light
  • difference
  • exclusion
  • multiply
  • hue
  • saturation
  • color
  • luminosity