A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
literally all of these translations are wrong.
if you need some help, add my snap. @layaleave
Última atualização: 2018-03-14
Frequência de uso: 1
Qualidade:
Referência:
imagealphablending() allows for two different modes of drawing on truecolor images. in blending mode, the alpha channel component of the color supplied to all drawing function, such as imagesetpixel() determines how much of the underlying color should be allowed to shine through. as a result, gd automatically blends the existing color at that point with the drawing color, and stores the result in the image. the resulting pixel is opaque. in non-blending mode, the drawing color is copied literally with its alpha channel information, replacing the destination pixel. blending mode is not available when drawing on palette images. if blendmode is true, then blending mode is enabled, otherwise disabled.
as a result, gd automatically blends the existing color at that point with the drawing color, and stores the result in the image.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Referência: