CAnimationColor::GetValue

Returns current value.

BOOL GetValue(
   COLORREF& color
);

Parameters

  • color
    Output. Contains the current value when this method returns.

Return Value

TRUE, if the current value was successfully retrieved; otherwise FALSE.

Remarks

Call this function to retrieve the current value of animation color. If this method fails or underlying COM objects for color components have not been initialized, color contains default value, which was previously set in constructor or by SetDefaultValue.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationColor Class