XMColorXYZToRGB 函式 (directxmath.h)
將 XYZ 色彩值轉換為 RGB 色彩值。
語法
XMVECTOR XM_CALLCONV XMColorXYZToRGB(
[in] FXMVECTOR xyz
) noexcept;
參數
[in] xyz
要以對應元素中 X、Y 和 Z 的 tristimulus 值,以及具有 Alpha 的 W 元素進行轉換的色彩值。 每個都有 0.0 到 1.0 的範圍
傳回值
傳回已轉換的色彩值。 X 元素為 Red、Y 元素為 Green、Z 元素為 Blue,而 W 元素為 Alpha (xyz.w) 複本。 每個都有 0.0 到 1.0 的範圍。
備註
使用 CIE XYZ 色彩空間。
注意
XMColorXYZToRGB
是 DirectXMath 的新功能,不適用於 XNAMath 2.x。平臺需求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。需求
目標平台 | Windows |
標頭 | directxmath.h |