FastQuant.ColorStreamer.ColorStreamer C# (CSharp) Method

ColorStreamer() public method

public ColorStreamer ( ) : System
return System
        public ColorStreamer()
        {
            this.typeId = DataObjectType.Color;
            this.type = typeof(Color);
        }