Click or drag to resize
AB4D logo

AnaglyphVirtualRealityProviderColorTransformation Property

Gets or sets a AnaglyphColorTransformation that defines how the anaglyph rendering combines colors from left and right eye. This is done by specifying the matrices that are used to multiply colors for left and right eye and with a gamma correction value.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public AnaglyphVirtualRealityProviderAnaglyphColorTransformation ColorTransformation { get; set; }

Property Value

AnaglyphVirtualRealityProviderAnaglyphColorTransformation
See Also