Mono.Terminal.Curses.ColorPair C# (CSharp) Méthode

ColorPair() public static méthode

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