MCPcopy 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
217func (po ProcessingOptions) TrimColor() color.RGB {
218 return options.Get(po.Options, keys.TrimColor, color.Black)
219}
220
221func (po ProcessingOptions) TrimEqualHor() bool {
222 return po.GetBool(keys.TrimEqualHor, false)

Callers 1

trimMethod · 0.80

Calls 1

GetFunction · 0.92

Tested by

no test coverage detected