次の方法で共有


IXRColorKeyFrame::SetValue (Windows Embedded CE 6.0)

1/6/2010

This method sets the target color value for this key frame.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetValue(
    COLORREF Value
) = 0;

Parameters

  • Value
    [in] COLORREF value that specifies the new target color value of this key frame. COLORREF is an unsigned 32-bit value that specifies an RGB color.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

You can use the RGB macro or RGBA macro to create a color value to supply to this method. For more information about identifying the correct BYTE values to use in the RGB or RGBA macro for red, green, and blue, see this Web site.

For guidance on creating RGB colors, color complements, and themes, see the EasyRGB.

.NET Framework Equivalent

System.Windows.Media.Animation.ColorKeyFrame.Value

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRColorKeyFrame
IXRColorKeyFrame::GetValue