Recurity.Swf.Rgb.Rgb C# (CSharp) 메소드

Rgb() 공개 메소드

The RGB record represents a color as a 24-bit red, green, and blue value.
public Rgb ( byte InitialVersion ) : System
InitialVersion byte The version of the swf file using this object
리턴 System
        public Rgb(byte InitialVersion)
            : base(InitialVersion)
        {
        }