ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / DevelopRaw Class / GetWhitePointRGB Method

In This Topic
    GetWhitePointRGB Method
    In This Topic
    HRESULT IWICDevelopRaw::GetWhitePointRGB([Out] unsigned int* pRed,[Out] unsigned int* pGreen,[Out] unsigned int* pBlue)
    Syntax
    'Declaration
     
    Public Sub GetWhitePointRGB( _
       ByRef redRef As System.Integer, _
       ByRef greenRef As System.Integer, _
       ByRef blueRef As System.Integer _
    ) 
    public void GetWhitePointRGB( 
       out System.int redRef,
       out System.int greenRef,
       out System.int blueRef
    )

    Parameters

    redRef
    greenRef
    blueRef
    See Also