[][src]Struct winapi::um::wincodec::IWICDevelopRaw

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

Fields

lpVtbl: *const IWICDevelopRawVtbl

Methods

impl IWICDevelopRaw[src]

pub unsafe fn QueryRawCapabilitiesInfo(
    &self,
    pInfo: *mut WICRawCapabilitiesInfo
) -> HRESULT
[src]

pub unsafe fn LoadParameterSet(
    &self,
    ParameterSet: WICRawParameterSet
) -> HRESULT
[src]

pub unsafe fn GetCurrentParameterSet(
    &self,
    ppCurrentParameterSet: *mut *mut IPropertyBag2
) -> HRESULT
[src]

pub unsafe fn SetExposureCompensation(&self, ev: c_double) -> HRESULT[src]

pub unsafe fn GetExposureCompensation(&self, pEV: *mut c_double) -> HRESULT[src]

pub unsafe fn SetWhitePointRGB(
    &self,
    Red: UINT,
    Green: UINT,
    Blue: UINT
) -> HRESULT
[src]

pub unsafe fn GetWhitePointRGB(
    &self,
    pRed: *mut UINT,
    pGreen: *mut UINT,
    pBlue: *mut UINT
) -> HRESULT
[src]

pub unsafe fn SetNamedWhitePoint(
    &self,
    WhitePoint: WICNamedWhitePoint
) -> HRESULT
[src]

pub unsafe fn GetNamedWhitePoint(
    &self,
    pWhitePoint: *mut WICNamedWhitePoint
) -> HRESULT
[src]

pub unsafe fn SetWhitePointKelvin(&self, WhitePointKelvin: UINT) -> HRESULT[src]

pub unsafe fn GetWhitePointKelvin(
    &self,
    pWhitePointKelvin: *mut UINT
) -> HRESULT
[src]

pub unsafe fn GetKelvinRangeInfo(
    &self,
    pMinKelvinTemp: *mut UINT,
    pMaxKelvinTemp: *mut UINT,
    pKelvinTempStepValue: *mut UINT
) -> HRESULT
[src]

pub unsafe fn SetContrast(&self, Contrast: c_double) -> HRESULT[src]

pub unsafe fn GetContrast(&self, pContrast: *mut c_double) -> HRESULT[src]

pub unsafe fn SetGamma(&self, Gamma: c_double) -> HRESULT[src]

pub unsafe fn GetGamma(&self, pGamma: *mut c_double) -> HRESULT[src]

pub unsafe fn SetSharpness(&self, Sharpness: c_double) -> HRESULT[src]

pub unsafe fn GetSharpness(&self, pSharpness: *mut c_double) -> HRESULT[src]

pub unsafe fn SetSaturation(&self, Saturation: c_double) -> HRESULT[src]

pub unsafe fn GetSaturation(&self, pSaturation: *mut c_double) -> HRESULT[src]

pub unsafe fn SetTint(&self, Tint: c_double) -> HRESULT[src]

pub unsafe fn GetTint(&self, pTint: *mut c_double) -> HRESULT[src]

pub unsafe fn SetNoiseReduction(&self, NoiseReduction: c_double) -> HRESULT[src]

pub unsafe fn GetNoiseReduction(
    &self,
    pNoiseReduction: *mut c_double
) -> HRESULT
[src]

pub unsafe fn SetDestinationColorContext(
    &self,
    pColorContext: *const IWICColorContext
) -> HRESULT
[src]

pub unsafe fn SetToneCurve(
    &self,
    cbToneCurveSize: UINT,
    pToneCurve: *const WICRawToneCurve
) -> HRESULT
[src]

pub unsafe fn GetToneCurve(
    &self,
    cbToneCurveBufferSize: UINT,
    pToneCurve: *mut WICRawToneCurve,
    pcbActualToneCurveBufferSize: *mut UINT
) -> HRESULT
[src]

pub unsafe fn SetRotation(&self, Rotation: c_double) -> HRESULT[src]

pub unsafe fn GetRotation(&self, pRotation: *mut c_double) -> HRESULT[src]

pub unsafe fn SetRenderMode(&self, RenderMode: WICRawRenderMode) -> HRESULT[src]

pub unsafe fn GetRenderMode(
    &self,
    pRenderMode: *mut WICRawRenderMode
) -> HRESULT
[src]

pub unsafe fn SetNotificationCallback(
    &self,
    pCallback: *const IWICDevelopRawNotificationCallback
) -> HRESULT
[src]

Methods from Deref<Target = IWICBitmapFrameDecode>

pub unsafe fn GetMetadataQueryReader(
    &self,
    ppIMetadataQueryReader: *mut *mut IWICMetadataQueryReader
) -> HRESULT
[src]

pub unsafe fn GetColorContexts(
    &self,
    cCount: UINT,
    ppIColorContexts: *mut *mut IWICColorContext,
    pcActualCount: *mut UINT
) -> HRESULT
[src]

pub unsafe fn GetThumbnail(
    &self,
    ppIThumbnail: *mut *mut IWICBitmapSource
) -> HRESULT
[src]

Trait Implementations

impl Interface for IWICDevelopRaw[src]

impl Deref for IWICDevelopRaw[src]

type Target = IWICBitmapFrameDecode

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]