ImagickDraw::color
(No version information available, might be only in CVS)
ImagickDraw::color — Draws color on image
Descrição
bool ImagickDraw::color
( float $x
, float $y
, int $paintMethod
)
Aviso
Esta função não está documentada, somente a lista de argumentos está disponÃvel.
Aviso
Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.
Draws color on image using the current fill color, starting at specified position, and using specified paint method.
Parâmetros
- x
-
x coordinate of the paint
- y
-
y coordinate of the paint
- paintMethod
-
one of the PAINT_ constants
Valor Retornado
Não há valor retornado.