Exemplo n.º 1
0
        /***********************************************************************************\
        *  GD Color
        \***********************************************************************************/

        public GDColor ColorAllocate(int r, int g, int b)
        {
            return((GDColor)GDImport.gdImageColorAllocate(this.Handle, r, g, b));
        }