Remvoe some old new-in shortcodes

This commit is contained in:
Bjørn Erik Pedersen
2024-09-27 11:25:23 +02:00
parent 4c316f051e
commit b4da1c1040
2 changed files with 0 additions and 4 deletions
@@ -205,8 +205,6 @@ Sometimes it can be useful to create the filter chain once and then reuse it.
### Colors
{{< new-in 0.104.0 >}}
`.Colors` returns a slice of hex strings with the dominant colors in the image using a simple histogram method.
```go-html-template
-2
View File
@@ -11,8 +11,6 @@ toc: true
math: true
---
{{< new-in 0.104.0 >}}
The `Resources.Colors` method returns a slice of the most dominant colors in an image, ordered from most dominant to least dominant. This method is fast, but if you also downsize your image you can improve performance by extracting the colors from the scaled image.
{{% include "methods/resource/_common/global-page-remote-resources.md" %}}