Documentation ¶
Index ¶
Constants ¶
View Source
const ( ImageQualityNonantialiased = C.VG_IMAGE_QUALITY_NONANTIALIASED ImageQualityFaster = C.VG_IMAGE_QUALITY_FASTER ImageQualityBetter = C.VG_IMAGE_QUALITY_BETTER )
View Source
const (
ImageFormatSrgbx8888 = ImageFormat(C.VG_sRGBX_8888)
)
Variables ¶
This section is empty.
Functions ¶
func SetClearColor ¶
func SetClearColor()
Types ¶
type Image ¶
type Image struct {
// contains filtered or unexported fields
}
func CreateImage ¶
func CreateImage(format ImageFormat, width, height int, quality []ImageQuality) (Image, error)
type ImageFormat ¶
type ImageFormat C.VGImageFormat
type ImageQuality ¶
type ImageQuality C.VGImageQuality
Click to show internal directories.
Click to hide internal directories.