update : 2015.11.03
php.shukuma.com검색:
|
ImagickPixel::getColorAsString(PECL imagick 2.1.0) ImagickPixel::getColorAsString — Returns the color as a string 설명
string ImagickPixel::getColorAsString
( void
)
Returns the color of the ImagickPixel object as a string. 인수이 함수는 인수가 없습니다. 반환값Returns the color of the ImagickPixel object as a string. 예제
Example #1 Basic Imagick::getColorAsString() usage
<?php 위 예제의 출력: rgb(165,42,42) 주의
|