MCPcopy Create free account

hub / github.com/bolknote/go-gd / types & classes

Types & classes37 in github.com/bolknote/go-gd

↓ 18 callersTypeAliasColor
Color is a libgd palette index, truecolor value, or special drawing color.
pkg/gd/gd.go:33
↓ 2 callersTypeAliasCompareFlag
pkg/gd/compare.go:8
↓ 1 callersTypeAliasFontSize
pkg/gd/text.go:44
↓ 1 callersTypeAliasInterpolationMethod
pkg/gd/transform.go:50
StructAVIFOptions
pkg/gd/io.go:64
TypeAliasAffine
pkg/gd/transform.go:86
TypeAliasAlphaEffect
pkg/gd/misc.go:23
TypeAliasArcStyle
ArcStyle controls filled arc rendering.
pkg/gd/gd.go:52
StructBMPOptions
pkg/gd/io.go:33
TypeAliasCropMode
pkg/gd/crop.go:17
StructFTOptions
pkg/gd/text.go:54
StructFTResult
pkg/gd/text.go:66
StructFeatures
Features reports which optional libgd codecs are available at runtime. FontConfig support is intentionally absent: probing it would require flipping
pkg/gd/features.go:63
StructFont
Font references one of libgd's built-in bitmap fonts. Built-in fonts are owned by libgd and must not be closed by callers.
pkg/gd/text.go:40
TypeAliasFormat
pkg/gd/features.go:18
StructFreeTypeError
FreeTypeError reports a libgd FreeType text-rendering error.
pkg/gd/text.go:73
StructGD2Options
pkg/gd/io.go:37
TypeAliasGIFDisposal
pkg/gd/gif_anim.go:8
StructGIFFrameOptions
pkg/gd/gif_anim.go:17
TypeAliasHEIFChroma
pkg/gd/io.go:50
TypeAliasHEIFCodec
pkg/gd/io.go:42
StructHEIFOptions
pkg/gd/io.go:58
StructIOContext
IOContext wraps libgd gdIOCtx. Close must be called unless ownership was consumed by Extract.
pkg/gd/ioctx.go:23
StructImage
Image owns a gdImagePtr. Call Close when the image is no longer needed. Image values are not safe for concurrent use by multiple goroutines without e
pkg/gd/gd.go:23
StructJPEGOptions
pkg/gd/io.go:20
StructPNGOptions
pkg/gd/io.go:25
TypeAliasPixelateMode
pkg/gd/filter.go:30
StructPoint
Point represents an integer image coordinate.
pkg/gd/gd.go:42
StructPointF
pkg/gd/transform.go:88
TypeAliasQuantizationMethod
pkg/gd/color.go:19
StructRGBA
RGBA stores libgd color channels. Alpha is in libgd's 0..127 range, where 0 is opaque and 127 is fully transparent.
pkg/gd/gd.go:37
StructRect
Rect represents an image rectangle.
pkg/gd/gd.go:47
StructScatterOptions
pkg/gd/filter.go:37
StructVersionInfo
pkg/gd/features.go:10
StructWebPOptions
pkg/gd/io.go:29
StructformatCase
pkg/gd/wrapper_coverage_test.go:447
StructlibgdConsts
libgdConsts mirrors libgd's enum and #define values as Go ints so that the public Go enum constants can be cross-checked against the linked library at
pkg/gd/libgd_consts.go:12