vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/image/image.json

1 line
3.6 KiB
JSON

[0, [{"class": "const", "name": "YCbCrSubsampleRatio410", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio411", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio420", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio422", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio440", "type": ""}, {"class": "const", "name": "YCbCrSubsampleRatio444", "type": ""}, {"class": "func", "name": "Decode", "type": "func(r io.Reader) (image.Image, string, error)"}, {"class": "func", "name": "DecodeConfig", "type": "func(r io.Reader) (image.Config, string, error)"}, {"class": "func", "name": "NewAlpha", "type": "func(r image.Rectangle) *image.Alpha"}, {"class": "func", "name": "NewAlpha16", "type": "func(r image.Rectangle) *image.Alpha16"}, {"class": "func", "name": "NewCMYK", "type": "func(r image.Rectangle) *image.CMYK"}, {"class": "func", "name": "NewGray", "type": "func(r image.Rectangle) *image.Gray"}, {"class": "func", "name": "NewGray16", "type": "func(r image.Rectangle) *image.Gray16"}, {"class": "func", "name": "NewNRGBA", "type": "func(r image.Rectangle) *image.NRGBA"}, {"class": "func", "name": "NewNRGBA64", "type": "func(r image.Rectangle) *image.NRGBA64"}, {"class": "func", "name": "NewNYCbCrA", "type": "func(r image.Rectangle, subsampleRatio image.YCbCrSubsampleRatio) *image.NYCbCrA"}, {"class": "func", "name": "NewPaletted", "type": "func(r image.Rectangle, p color.Palette) *image.Paletted"}, {"class": "func", "name": "NewRGBA", "type": "func(r image.Rectangle) *image.RGBA"}, {"class": "func", "name": "NewRGBA64", "type": "func(r image.Rectangle) *image.RGBA64"}, {"class": "func", "name": "NewUniform", "type": "func(c color.Color) *image.Uniform"}, {"class": "func", "name": "NewYCbCr", "type": "func(r image.Rectangle, subsampleRatio image.YCbCrSubsampleRatio) *image.YCbCr"}, {"class": "func", "name": "Pt", "type": "func(X int, Y int) image.Point"}, {"class": "func", "name": "Rect", "type": "func(x0 int, y0 int, x1 int, y1 int) image.Rectangle"}, {"class": "func", "name": "RegisterFormat", "type": "func(name string, magic string, decode func(io.Reader) (image.Image, error), decodeConfig func(io.Reader) (image.Config, error))"}, {"class": "type", "name": "Alpha", "type": "struct"}, {"class": "type", "name": "Alpha16", "type": "struct"}, {"class": "type", "name": "CMYK", "type": "struct"}, {"class": "type", "name": "Config", "type": "struct"}, {"class": "type", "name": "Gray", "type": "struct"}, {"class": "type", "name": "Gray16", "type": "struct"}, {"class": "type", "name": "Image", "type": "interface"}, {"class": "type", "name": "NRGBA", "type": "struct"}, {"class": "type", "name": "NRGBA64", "type": "struct"}, {"class": "type", "name": "NYCbCrA", "type": "struct"}, {"class": "type", "name": "Paletted", "type": "struct"}, {"class": "type", "name": "PalettedImage", "type": "interface"}, {"class": "type", "name": "Point", "type": "struct"}, {"class": "type", "name": "RGBA", "type": "struct"}, {"class": "type", "name": "RGBA64", "type": "struct"}, {"class": "type", "name": "Rectangle", "type": "struct"}, {"class": "type", "name": "Uniform", "type": "struct"}, {"class": "type", "name": "YCbCr", "type": "struct"}, {"class": "type", "name": "YCbCrSubsampleRatio", "type": "int"}, {"class": "var", "name": "Black", "type": "*image.Uniform"}, {"class": "var", "name": "ErrFormat", "type": "error"}, {"class": "var", "name": "Opaque", "type": "*image.Uniform"}, {"class": "var", "name": "Transparent", "type": "*image.Uniform"}, {"class": "var", "name": "White", "type": "*image.Uniform"}, {"class": "var", "name": "ZP", "type": "image.Point"}, {"class": "var", "name": "ZR", "type": "image.Rectangle"}]]