Click or drag to resize

GraphicColorSetterTrySetReferencedValue Method

Sets the Color of a Graphic, if one exists.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override bool TrySetReferencedValue(
	ref Color newValue
)

Parameters

newValue
Type: Color
The new Color for the Graphic.

Return Value

Type: Boolean
True if the Color was set, false if no Color was set.
See Also