IColor::SetRGB Method

From PDF XChange PDF SDK
Revision as of 03:20, 16 March 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Sets the RGB value of the current color.

Syntax

HRESULT SetRGB([in]  float  nR,
               [in]  float  nG,
               [in]  float  nB);

Parameters

nR
[in] Value of float containing the Red value of the color. Can vary between 0 and 1.
nG
[in] Value of float containing the Green value of the color. Can vary between 0 and 1.
nB
[in] Value of float containing the Blue value of the color. Can vary between 0 and 1.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IColor