Click or drag to resize
Ab4d.SharpEngine logo

ClearColorValue Constructor

Initializes a new instance of the ClearColorValue class

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public ClearColorValue(
	float float320,
	float float321,
	float float322,
	float float323
)

Parameters

float320  Single

[Missing <param name="float320"/> documentation for "M:Ab4d.Vulkan.ClearColorValue.#ctor(System.Single,System.Single,System.Single,System.Single)"]

float321  Single

[Missing <param name="float321"/> documentation for "M:Ab4d.Vulkan.ClearColorValue.#ctor(System.Single,System.Single,System.Single,System.Single)"]

float322  Single

[Missing <param name="float322"/> documentation for "M:Ab4d.Vulkan.ClearColorValue.#ctor(System.Single,System.Single,System.Single,System.Single)"]

float323  Single

[Missing <param name="float323"/> documentation for "M:Ab4d.Vulkan.ClearColorValue.#ctor(System.Single,System.Single,System.Single,System.Single)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.ClearColorValue.#ctor(System.Single,System.Single,System.Single,System.Single)"]

See Also