Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ SetWatermarkOpacity
Method
SetWatermarkOpacity
processing/options.go:233–235 ·
view source on GitHub ↗
(opacity float64)
Source
from the content-addressed store, hash-verified
231
}
232
233
func
(po ProcessingOptions) SetWatermarkOpacity(opacity float64) {
234
po.Set(keys.WatermarkOpacity, opacity)
235
}
236
237
func
(po ProcessingOptions) DeleteWatermarkOpacity() {
238
po.Delete(keys.WatermarkOpacity)
Callers
1
transformAnimated
Method · 0.80
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected