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

Function gbool

vips/vips.go:215–220  ·  view source on GitHub ↗
(b bool)

Source from the content-addressed store, hash-verified

213}
214
215func gbool(b bool) C.gboolean {
216 if b {
217 return C.gboolean(1)
218 }
219 return C.gboolean(0)
220}
221
222func cRGB(c color.RGB) C.RGB {
223 return C.RGB{

Callers 6

newLoadOptionsFunction · 0.85
newSaveOptionsFunction · 0.85
InitFunction · 0.85
TrimMethod · 0.85
ReplicateMethod · 0.85
StripMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected