Nomad.Inventory.ObjectInventoryEntry.GetBackgroundColor C# (CSharp) Method

GetBackgroundColor() public method

public GetBackgroundColor ( ) : Color?
return Color?
        public override Color? GetBackgroundColor()
        {
            return base.GetBackgroundColor();
        }