Namespace: Rx.Net – Class: Vector4D – Assembly: Rx.Net

Vector4D.FromARGB Static Method

C#
public static Vector4D FromARGB(int argbColor)

Creates a color from the given ARGB value.

Parameters

[int] argbColor

The color as ARGB.

Returns

Vector4D

The color.