pub trait IDCompositionHueRotationEffect_Impl: Sized + IDCompositionFilterEffect_Impl {
    // Required methods
    fn SetAngle(&self, animation: Option<&IDCompositionAnimation>) -> Result<()>;
    fn SetAngle2(&self, amountdegrees: f32) -> Result<()>;
}

Required Methods§

fn SetAngle(&self, animation: Option<&IDCompositionAnimation>) -> Result<()>

fn SetAngle2(&self, amountdegrees: f32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§