颜色
Syntax
RESOURCE.Colors
Returns
[]string
{{ with resources.Get "images/a.jpg" }}
{{ .Colors }} → [#bebebd #514947 #768a9a #647789 #90725e #a48974]
{{ end }}
该方法速度快,但如果你同时对图像进行缩放,从缩放后的图像中提取颜色可以提高性能。
Syntax
RESOURCE.Colors
Returns
[]string
{{ with resources.Get "images/a.jpg" }}
{{ .Colors }} → [#bebebd #514947 #768a9a #647789 #90725e #a48974]
{{ end }}
该方法速度快,但如果你同时对图像进行缩放,从缩放后的图像中提取颜色可以提高性能。