![]() | GraphicsHelper Fields |
The GraphicsHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BlendStateAdd |
A default state object for additive blending (colors and alpha values are accumulated).
|
![]() ![]() | BlendStateMultiply |
A default state object for multiplicative blending (colors and alpha values are multiplied).
|
![]() ![]() | BlendStateNoColorWrite |
A default state object for disabled color writes.
|
![]() ![]() | BlendStateWriteAlpha |
A default state object for color writes in the alpha channel.
|
![]() ![]() | BlendStateWriteBlue |
A default state object for color writes in the blue channel.
|
![]() ![]() | BlendStateWriteGreen |
A default state object for color writes in the green channel.
|
![]() ![]() | BlendStateWriteRed |
A default state object for color writes in the red channel.
|
![]() ![]() | DepthStencilStateAlways |
A default state object for enabled depth buffer writes and a disabled depth buffer test.
|
![]() ![]() | DepthStencilStateNoWriteEqual |
A default state object for disabled depth buffer writes and a depth buffer function of
"Equal".
|
![]() ![]() | DepthStencilStateNoWriteGreater |
A default state object for disabled depth buffer writes and a depth buffer function of
"Greater".
|
![]() ![]() | DepthStencilStateNoWriteGreaterEqual |
A default state object for disabled depth buffer writes and a depth buffer function of
"GreaterEqual".
|
![]() ![]() | DepthStencilStateNoWriteLessEqual |
A default state object for disabled depth buffer writes and a depth buffer function of
"LessEqual".
|
![]() ![]() | LuminanceWeights |
The weights for red, green and blue to convert a color to a luminance.
|
![]() ![]() | ProjectorBiasMatrix |
A bias matrix that converts a vector from clip space to texture space.
|
![]() ![]() | RasterizerStateCullClockwise |
A rasterizer state object with settings for culling primitives with clockwise winding order.
|
![]() ![]() | RasterizerStateCullCounterClockwise |
A rasterizer state object with settings for culling primitives with counter-clockwise
winding order.
|
![]() ![]() | RasterizerStateCullNone |
A rasterizer state object with settings for not culling primitives.
|
![]() ![]() | RasterizerStateWireFrame |
A default state object for wire-frame rendering.
|
![]() ![]() | RGBToXYZ |
A matrix which converts colors from the sRGB color space to the CIE XYZ color space.
|
![]() ![]() | XYZToRGB |
A matrix which converts colors from the CIE XYZ color space to the sRGB color space.
|