[][src]Struct winapi::um::dcomp::IDCompositionLinearTransferEffect

#[repr(C)]
pub struct IDCompositionLinearTransferEffect {
    pub lpVtbl: *const IDCompositionLinearTransferEffectVtbl,
}

Fields

lpVtbl: *const IDCompositionLinearTransferEffectVtbl

Methods

impl IDCompositionLinearTransferEffect[src]

pub unsafe fn SetRedYIntercept_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetRedYIntercept_1(&self, redYIntercept: c_float) -> HRESULT[src]

pub unsafe fn SetRedSlope_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetRedSlope_1(&self, redSlope: c_float) -> HRESULT[src]

pub unsafe fn SetRedDisable(&self, redDisable: BOOL) -> HRESULT[src]

pub unsafe fn SetGreenYIntercept_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetGreenYIntercept_1(&self, greenYIntercept: c_float) -> HRESULT[src]

pub unsafe fn SetGreenSlope_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetGreenSlope_1(&self, greenSlope: c_float) -> HRESULT[src]

pub unsafe fn SetGreenDisable(&self, greenDisable: BOOL) -> HRESULT[src]

pub unsafe fn SetBlueYIntercept_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetBlueYIntercept_1(&self, blueYIntercept: c_float) -> HRESULT[src]

pub unsafe fn SetBlueSlope_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetBlueSlope_1(&self, blueSlope: c_float) -> HRESULT[src]

pub unsafe fn SetBlueDisable(&self, blueDisable: BOOL) -> HRESULT[src]

pub unsafe fn SetAlphaYIntercept_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetAlphaYIntercept_1(&self, alphaYIntercept: c_float) -> HRESULT[src]

pub unsafe fn SetAlphaSlope_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetAlphaSlope_1(&self, alphaSlope: c_float) -> HRESULT[src]

pub unsafe fn SetAlphaDisable(&self, alphaDisable: BOOL) -> HRESULT[src]

pub unsafe fn SetClampOutput(&self, clampOutput: BOOL) -> HRESULT[src]

Methods from Deref<Target = IDCompositionFilterEffect>

pub unsafe fn SetInput(
    &self,
    index: UINT,
    input: *const IUnknown,
    flags: UINT
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDCompositionLinearTransferEffect[src]

impl Deref for IDCompositionLinearTransferEffect[src]

type Target = IDCompositionFilterEffect

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]