SwfDotNet.IO.Tags.Types.RGB.RGB C# (CSharp) Method

RGB() public method

Creates a new RGB instance.
public RGB ( ) : System
return System
        public RGB()
        {
        }

Same methods

RGB::RGB ( byte red, byte green, byte blue ) : System