update : 2015.11.03
php.shukuma.com검색:
|
imagecolorclosesthwb(PHP 4 >= 4.0.1, PHP 5, PHP 7) imagecolorclosesthwb — Get the index of the color which has the hue, white and blackness 설명
int imagecolorclosesthwb
( resource
$image
, int $red
, int $green
, int $blue
)Get the index of the color which has the hue, white and blackness nearest the given color. 인수
반환값Returns an integer with the index of the color which has the hue, white and blackness nearest the given color. 예제
Example #1 Example of using imagecolorclosesthwb()
<?php 위 예제의 출력 예시: HWB: 33 변경점
|