Struct swf_tree::fill_styles::MorphFocalGradient
source · pub struct MorphFocalGradient {
pub matrix: Matrix,
pub morph_matrix: Matrix,
pub gradient: MorphGradient,
pub focal_point: Sfixed8P8,
pub morph_focal_point: Sfixed8P8,
}
Fields§
§matrix: Matrix
§morph_matrix: Matrix
§gradient: MorphGradient
§focal_point: Sfixed8P8
§morph_focal_point: Sfixed8P8
Trait Implementations§
source§impl Debug for MorphFocalGradient
impl Debug for MorphFocalGradient
source§impl<'de> Deserialize<'de> for MorphFocalGradient
impl<'de> Deserialize<'de> for MorphFocalGradient
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more