Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ TrimColor
Method
TrimColor
processing/options.go:217–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
}
216
217
func
(po ProcessingOptions) TrimColor() color.RGB {
218
return
options.Get(po.Options, keys.TrimColor, color.Black)
219
}
220
221
func
(po ProcessingOptions) TrimEqualHor() bool {
222
return
po.GetBool(keys.TrimEqualHor, false)
Callers
1
trim
Method · 0.80
Calls
1
Get
Function · 0.92
Tested by
no test coverage detected