ThemeEditor.Common.Themes.Offsets.ColorOffsets.Offset C# (CSharp) Method

Offset() public method

public Offset ( int offset ) : void
offset int
return void
        public void Offset(int offset)
        {
            Cursor = (uint) (Cursor + offset);
            Folder = (uint) (Folder + offset);
            File = (uint) (File + offset);
            ArrowButton = (uint) (ArrowButton + offset);
            Arrow = (uint) (Arrow + offset);
            Open = (uint) (Open + offset);
            Close = (uint) (Close + offset);
            GameText = (uint) (GameText + offset);
            BottomSolid = (uint) (BottomSolid + offset);
            BottomOuter = (uint) (BottomOuter + offset);
            FolderBackground = (uint) (FolderBackground + offset);
            FolderArrow = (uint) (FolderArrow + offset);
            BottomCornerButton = (uint) (BottomCornerButton + offset);
            TopCornerButton = (uint) (TopCornerButton + offset);
            DemoText = (uint) (DemoText + offset);
            TopBackground = (uint) (TopBackground + offset);
        }
    }
ColorOffsets