Click or drag to resize
DigitalRuneUIRendererWhiteTexture Property
Gets a white 1x1 texture.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public Texture2D WhiteTexture { get; }

Property Value

Type: Texture2D
A texture with a single white texel.
See Also