public method Color.ToFloatValues

Brief

Deconstructs a Color structure to float variables.

Declaration
C#
System.ValueTuple<System.Single,System.Single,System.Single,System.Single>  ToFloatValues ()

Declared in Color

back