ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / GlyphRunAnalysis Class / GetAlphaBlendParams Method

In This Topic
    GetAlphaBlendParams Method
    In This Topic
    HRESULT IDWriteGlyphRunAnalysis::GetAlphaBlendParams([In] IDWriteRenderingParams* renderingParams,[Out] float* blendGamma,[Out] float* blendEnhancedContrast,[Out] float* blendClearTypeLevel)
    Syntax
    'Declaration
     
    Public Sub GetAlphaBlendParams( _
       ByVal renderingParams As RenderingParams, _
       ByRef blendGamma As Single, _
       ByRef blendEnhancedContrast As Single, _
       ByRef blendClearTypeLevel As Single _
    ) 
    public void GetAlphaBlendParams( 
       RenderingParams renderingParams,
       out float blendGamma,
       out float blendEnhancedContrast,
       out float blendClearTypeLevel
    )

    Parameters

    renderingParams
    blendGamma
    blendEnhancedContrast
    blendClearTypeLevel
    See Also