ink

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ink

type Ink struct {
	LineWidth int
	Shadow    iotmaker_platform_IDraw.IFilterShadowInterface
	Gradient  iotmaker_platform_IDraw.IFilterGradientInterface
	Color     color.RGBA
	// contains filtered or unexported fields
}

func (*Ink) GradientPrepareFilter

func (el *Ink) GradientPrepareFilter(platform iotmaker_platform_IDraw.ICanvasGradient)

func (*Ink) Set

func (el *Ink) Set(lineWidth int, fillColor interface{}, shadow iotmaker_platform_IDraw.IFilterShadowInterface, gradient iotmaker_platform_IDraw.IFilterGradientInterface)

func (*Ink) SetGradientLinearRectangle

func (el *Ink) SetGradientLinearRectangle(p0, p1 point.Point)

func (*Ink) ShadowPrepareFilter

func (el *Ink) ShadowPrepareFilter(platform iotmaker_platform_IDraw.ICanvasShadow)

type Interface

type Interface interface {
	Set(lineWidth int, fillColor interface{}, shadow iotmaker_platform_IDraw.IFilterShadowInterface, gradient iotmaker_platform_IDraw.IFilterGradientInterface)
	SetGradientLinearRectangle(p0, p1 point.Point)
	ShadowPrepareFilter(platform iotmaker_platform_IDraw.ICanvasShadow)
	GradientPrepareFilter(platform iotmaker_platform_IDraw.ICanvasGradient)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL