Mono.Terminal.Curses.ColorPair C# (CSharp) Method

ColorPair() public static method

public static ColorPair ( int n ) : int
n int
return int
        public static int ColorPair(int n)
        {
            return 0 + n * 256;
        }