Click or drag to resize
DigitalRuneGraphicsHelper Fields

The GraphicsHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBlendStateAdd
A default state object for additive blending (colors and alpha values are accumulated).
Public fieldStatic memberBlendStateMultiply
A default state object for multiplicative blending (colors and alpha values are multiplied).
Public fieldStatic memberBlendStateNoColorWrite
A default state object for disabled color writes.
Public fieldStatic memberBlendStateWriteAlpha
A default state object for color writes in the alpha channel.
Public fieldStatic memberBlendStateWriteBlue
A default state object for color writes in the blue channel.
Public fieldStatic memberBlendStateWriteGreen
A default state object for color writes in the green channel.
Public fieldStatic memberBlendStateWriteRed
A default state object for color writes in the red channel.
Public fieldStatic memberDepthStencilStateAlways
A default state object for enabled depth buffer writes and a disabled depth buffer test.
Public fieldStatic memberDepthStencilStateNoWriteEqual
A default state object for disabled depth buffer writes and a depth buffer function of "Equal".
Public fieldStatic memberDepthStencilStateNoWriteGreater
A default state object for disabled depth buffer writes and a depth buffer function of "Greater".
Public fieldStatic memberDepthStencilStateNoWriteGreaterEqual
A default state object for disabled depth buffer writes and a depth buffer function of "GreaterEqual".
Public fieldStatic memberDepthStencilStateNoWriteLessEqual
A default state object for disabled depth buffer writes and a depth buffer function of "LessEqual".
Public fieldStatic memberLuminanceWeights
The weights for red, green and blue to convert a color to a luminance.
Public fieldStatic memberProjectorBiasMatrix
A bias matrix that converts a vector from clip space to texture space.
Public fieldStatic memberRasterizerStateCullClockwise
A rasterizer state object with settings for culling primitives with clockwise winding order.
Public fieldStatic memberRasterizerStateCullCounterClockwise
A rasterizer state object with settings for culling primitives with counter-clockwise winding order.
Public fieldStatic memberRasterizerStateCullNone
A rasterizer state object with settings for not culling primitives.
Public fieldStatic memberRasterizerStateWireFrame
A default state object for wire-frame rendering.
Public fieldStatic memberRGBToXYZ
A matrix which converts colors from the sRGB color space to the CIE XYZ color space.
Public fieldStatic memberXYZToRGB
A matrix which converts colors from the CIE XYZ color space to the sRGB color space.
Top
See Also