MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Background

Method Background

processing/options.go:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138func (po ProcessingOptions) Background() color.RGB {
139 return options.Get(po.Options, keys.Background, color.White)
140}
141
142func (po ProcessingOptions) PaddingEnabled() bool {
143 return po.PaddingTop() != 0 ||

Callers 15

StartServerMethod · 0.80
registerAllProtocolsMethod · 0.80
FatalFunction · 0.80
NewFunction · 0.80
NewFunction · 0.80
NewLazySuiteStorageFunction · 0.80
NewSwiftServerFunction · 0.80
mainFunction · 0.80
TestMainFunction · 0.80
TestCheckTimeoutFunction · 0.80
LogResponseFunction · 0.80
TestShutdownMethod · 0.80

Calls 1

GetFunction · 0.92

Tested by 15

NewLazySuiteStorageFunction · 0.64
NewSwiftServerFunction · 0.64
TestMainFunction · 0.64
TestCheckTimeoutFunction · 0.64
TestShutdownMethod · 0.64
TestDownloadStatusOKMethod · 0.64