Overload | Description |
---|---|
FromArgb(Byte,Byte,Byte,Byte) | Creates a color from its component (alpha, red, green, and blue) values. |
FromArgb(Int32) | Creates a color structure from a 32-bit ARGB value. |
FromArgb(Byte,VintasoftColor) | Creates a VintasoftColor structure from the specified VintasoftColor structure, but with the new specified alpha value. |