Click or drag to resize

PercentMixerSetColor Method

[Missing <summary> documentation for "M:StarfieldUtils.Display.PercentMixer.SetColor(System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

Namespace:  StarfieldUtils.Display
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void SetColor(
	int x,
	int y,
	int z,
	Color color
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:StarfieldUtils.Display.PercentMixer.SetColor(System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:StarfieldUtils.Display.PercentMixer.SetColor(System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

z
Type: SystemInt32

[Missing <param name="z"/> documentation for "M:StarfieldUtils.Display.PercentMixer.SetColor(System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:StarfieldUtils.Display.PercentMixer.SetColor(System.Int32,System.Int32,System.Int32,System.Drawing.Color)"]

See Also