Documentation
¶
Index ¶
- func NewInk(lineWidth int, fillColor interface{}) ink.Ink
- func NewInkWithShadow(lineWidth int, fillColor interface{}, ...) ink.Ink
- func NewInkWithShadowAndGradient(lineWidth int, fillColor interface{}, ...) ink.Ink
- func NewInkWothGradient(lineWidth int, fillColor interface{}, ...) ink.Ink
- func NewTextInk(fillColor interface{}) ink.Ink
- func NewTextInkWithShadow(fillColor interface{}, shadow iotmaker_platform_IDraw.IFilterShadowInterface) ink.Ink
- func NewTextInkWothGradient(fillColor interface{}, ...) ink.Ink
- func NewTextInkWothShadowAndGradient(fillColor interface{}, shadow iotmaker_platform_IDraw.IFilterShadowInterface, ...) ink.Ink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInkWithShadow ¶
func NewInkWithShadow(lineWidth int, fillColor interface{}, shadow iotmaker_platform_IDraw.IFilterShadowInterface) ink.Ink
func NewInkWithShadowAndGradient ¶
func NewInkWithShadowAndGradient( lineWidth int, fillColor interface{}, shadow iotmaker_platform_IDraw.IFilterShadowInterface, gradient iotmaker_platform_IDraw.IFilterGradientInterface, ) ink.Ink
func NewInkWothGradient ¶
func NewInkWothGradient(lineWidth int, fillColor interface{}, gradient iotmaker_platform_IDraw.IFilterGradientInterface) ink.Ink
func NewTextInk ¶
func NewTextInkWithShadow ¶
func NewTextInkWithShadow(fillColor interface{}, shadow iotmaker_platform_IDraw.IFilterShadowInterface) ink.Ink
func NewTextInkWothGradient ¶
func NewTextInkWothGradient(fillColor interface{}, gradient iotmaker_platform_IDraw.IFilterGradientInterface) ink.Ink
func NewTextInkWothShadowAndGradient ¶
func NewTextInkWothShadowAndGradient(fillColor interface{}, shadow iotmaker_platform_IDraw.IFilterShadowInterface, gradient iotmaker_platform_IDraw.IFilterGradientInterface) ink.Ink
Types ¶
This section is empty.