IColor::GetValue Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IColor::GetValue Method}} | {{#customTitle:IColor::GetValue Method}} | ||
{{#parentPage:PXV:IColor#Methods|GetValue|method}} | {{#parentPage:PXV:IColor#Methods|GetValue|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets each of the four possible values of the color. Should be used with the [[PXV:IColor_Type|Type]] property. | |
== Syntax == | == Syntax == | ||
Line 16: | Line 15: | ||
== Parameters == | == Parameters == | ||
;nV0 | ;nV0 | ||
− | :[out] Pointer to float. | + | :[out] Pointer to float containing the 0 indexed color value. |
;nV1 | ;nV1 | ||
− | :[out] Pointer to float. | + | :[out] Pointer to float containing the 1 indexed color value. |
;nV2 | ;nV2 | ||
− | :[out] Pointer to float. | + | :[out] Pointer to float containing the 2 indexed color value. |
;nV3 | ;nV3 | ||
− | :[out] Pointer to float. | + | :[out] Pointer to float containing the 3 indexed color value. |
== Return Value == | == Return Value == |
Latest revision as of 02:25, 16 March 2017
Gets each of the four possible values of the color. Should be used with the Type property.
Syntax
HRESULT GetValue([out] float* nV0, [out] float* nV1, [out] float* nV2, [out] float* nV3);
Parameters
- nV0
- [out] Pointer to float containing the 0 indexed color value.
- nV1
- [out] Pointer to float containing the 1 indexed color value.
- nV2
- [out] Pointer to float containing the 2 indexed color value.
- nV3
- [out] Pointer to float containing the 3 indexed color value.
Return Value
Returns S_OK if operation was successful or error code in other cases.