ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal green As System.Integer, _
       ByVal blue As System.Integer _
    ) 
    public void SetWhitePointRGB( 
       System.int red,
       System.int green,
       System.int blue
    )

    Parameters

    red
    green
    blue
    See Also