AoMEngineLibrary.Graphics.Prt.PrtColorStage.PrtColorStage C# (CSharp) Method

PrtColorStage() public method

public PrtColorStage ( PrtBinaryReader reader ) : System
reader PrtBinaryReader
return System
        public PrtColorStage(PrtBinaryReader reader)
        {
            this.UsePalette = reader.ReadBoolean();
            reader.ReadBytes(3);

            this.Color = reader.ReadTexel();
            this.Hold = reader.ReadSingle();
            this.Fade = reader.ReadSingle();
        }

Same methods

PrtColorStage::PrtColorStage ( ) : System