如何搭配相似的颜色

How to match of similiar color

提问人:Cloxt Vinales 提问时间:11/26/2022 更新时间:11/26/2022 访问量:17

问:

~~如何用百分比将相似的颜色与白色相匹配~~

<?php

$filename="image.png";

$imgname="output.png";

$im = imagecreatefrompng ($filename);

imagetruecolortopalette($im,false, 255);

$index = imagecolorclosest ( $im,  236, 255, 215 );

imagecolorset($im,$index,89, 131, 57);

imagepng($im, $imgname );

请让我知道

Kami Meneer julle, almal van ons, die betrokke skoolhoof sal nie saam in Indonesië wees nie nie

php 颜色 得到 多个匹配

评论

0赞 Community 11/27/2022
请澄清您的具体问题或提供其他详细信息,以准确说明您的需求。正如目前所写的那样,很难确切地说出你在问什么。

答: 暂无答案