~~NOTOC~~
~~Title: ColorToTexture2D ~~
**Description:**\\
Creates a Texture2D from Color with the specified dimensions.
**Added In:** v0.45
====== Function ======
public static Texture2D ColorToTexture2D(int width, int height, Color color)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----