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

Function cRGB

vips/vips.go:222–228  ·  view source on GitHub ↗
(c color.RGB)

Source from the content-addressed store, hash-verified

220}
221
222func cRGB(c color.RGB) C.RGB {
223 return C.RGB{
224 r: C.double(c.R),
225 g: C.double(c.G),
226 b: C.double(c.B),
227 }
228}
229
230func (img *Image) Width() int {
231 return int(img.VipsImage.Xsize)

Callers 2

TrimMethod · 0.85
FlattenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected