Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageOp ¶
type ImageOp struct {
Filter ImageFilter
// contains filtered or unexported fields
}
func NewImageOp ¶
type LinearGradientOp ¶
type LinearGradientOp struct {
Stop1 f32.Point
Color1 color.NRGBA
Stop2 f32.Point
Color2 color.NRGBA
}
func (LinearGradientOp) Add ¶
func (c LinearGradientOp) Add(o *op.Ops)
type OpacityStack ¶
type OpacityStack struct {
// contains filtered or unexported fields
}
func PushOpacity ¶
func PushOpacity(o *op.Ops, opacity float32) OpacityStack
func (OpacityStack) Pop ¶
func (t OpacityStack) Pop()
Click to show internal directories.
Click to hide internal directories.