ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / DevelopRaw Class / SetWhitePointRGB Method

In This Topic
    SetWhitePointRGB Method
    In This Topic
    HRESULT IWICDevelopRaw::SetWhitePointRGB([In] unsigned int Red,[In] unsigned int Green,[In] unsigned int Blue)
    Syntax
    'Declaration
     
    Public Sub SetWhitePointRGB( _
       ByVal red As Integer, _
       ByVal green As Integer, _
       ByVal blue As Integer _
    ) 
    public void SetWhitePointRGB( 
       int red,
       int green,
       int blue
    )

    Parameters

    red
    green
    blue
    See Also