diff --git a/Magick++/Enumerations.html b/Magick++/Enumerations.html index 969e934c..da200e94 100644 --- a/Magick++/Enumerations.html +++ b/Magick++/Enumerations.html @@ -2184,10 +2184,18 @@

Enumerations

-

IntegerPixel

+

LongPixel

-

Integer type

+

Long integer type

+ + + + +

LongLongPixel

+ + +

Long long integer type

diff --git a/Magick++/Image++.html b/Magick++/Image++.html index 6fbd4b55..a3302dd1 100644 --- a/Magick++/Image++.html +++ b/Magick++/Image++.html @@ -381,10 +381,10 @@

Constructors

map_ - This character string can be any - combination or order of R = red, G = green, B = blue, A = alpha, C = - cyan, Y = yellow M = magenta, and K = black. The ordering reflects the - order of the pixels in the supplied pixel array. + This character string can be any combination or order of R = red, G = + green, B = blue, A = alpha, O = opacity, C = cyan, Y = yellow, M = + magenta, K = black, I = intensity, and P = pad. The ordering reflects + the order of the pixels in the supplied pixel array. @@ -395,7 +395,7 @@

Constructors

Pixel storage type - (CharPixel, ShortPixel, IntegerPixel, FloatPixel, or + (CharPixel, ShortPixel, LongPixel, LongLongPixel, FloatPixel, or DoublePixel) @@ -1785,10 +1785,10 @@

map_ - This character string can be any - combination or order of R = red, G = green, B = blue, A = alpha, C = - cyan, Y = yellow M = magenta, and K = black. The ordering reflects the - order of the pixels in the supplied pixel array. + This character string can be any combination or order of R = red, G = + green, B = blue, A = alpha, O = opacity, C = cyan, Y = yellow, M = + magenta, K = black, I = intensity, and P = pad. The ordering reflects + the order of the pixels in the supplied pixel array. @@ -1797,7 +1797,7 @@

Pixel storage type (CharPixel, - ShortPixel, IntegerPixel, FloatPixel, or DoublePixel) + ShortPixel, LongPixel, LongLongPixel, FloatPixel, or DoublePixel) @@ -2386,9 +2386,9 @@

map_ - This character string can be any - combination or order of R = red, G = green, B = blue, A = alpha, C = - cyan, Y = yellow, M = magenta, and K = black. The ordering reflects + This character string can be any combination or order of R = red, G = + green, B = blue, A = alpha, O = opacity, C = cyan, Y = yellow, M = + magenta, K = black, I = intensity, and P = pad. The ordering reflects the order of the pixels in the supplied pixel array. @@ -2398,7 +2398,7 @@

Pixel storage type (CharPixel, - ShortPixel, IntegerPixel, FloatPixel, or DoublePixel) + ShortPixel, LongPixel, LongLongPixel, FloatPixel, or DoublePixel)