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 (*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) }
Click to show internal directories.
Click to hide internal directories.