다음을 통해 공유


ColorMaterial.FresnelEffectColor 속성

정의

효과를 사용할 때 사용되는 프레넬 효과 색입니다(ColorMaterialFeatures'FresnelEffect' 플래그 참조).

public:
 property Microsoft::Azure::RemoteRendering::Color4 FresnelEffectColor { Microsoft::Azure::RemoteRendering::Color4 get(); void set(Microsoft::Azure::RemoteRendering::Color4 value); };
public Microsoft.Azure.RemoteRendering.Color4 FresnelEffectColor { get; set; }
member this.FresnelEffectColor : Microsoft.Azure.RemoteRendering.Color4 with get, set
Public Property FresnelEffectColor As Color4

속성 값

설명

색의 rgb 채널만 프레넬 효과에 사용되고 알파 값은 무시됩니다. FresnelEffectColor 허용되는 값 범위와 동일한 값 범위로 설정할 수 있지만 [0; 1] 렌더링 중.

적용 대상