Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2024 Changes in this version + func Fill(ops *op.Ops, c color.NRGBA) + func FillShape(ops *op.Ops, c color.NRGBA, shape clip.Op) + type ColorOp struct + Color color.NRGBA + func (c ColorOp) Add(o *op.Ops) + type ImageFilter byte + const FilterLinear + const FilterNearest + type ImageOp struct + Filter ImageFilter + func NewImageOp(src image.Image) ImageOp + func (i ImageOp) Add(o *op.Ops) + func (i ImageOp) Size() image.Point + type LinearGradientOp struct + Color1 color.NRGBA + Color2 color.NRGBA + Stop1 f32.Point + Stop2 f32.Point + func (c LinearGradientOp) Add(o *op.Ops) + type OpacityStack struct + func PushOpacity(o *op.Ops, opacity float32) OpacityStack + func (t OpacityStack) Pop() + type PaintOp struct + func (d PaintOp) Add(o *op.Ops)