Type Alias Blend

pub type Blend = SkCodecAnimation_Blend;

Aliased Type§

#[repr(i32)]
pub enum Blend { SrcOver = 0, Src = 1, }

Variants§

§

SrcOver = 0

§

Src = 1