Versions in this module Expand all Collapse all v1 v1.0.1 Jun 29, 2023 Changes in this version + const Dim + func DrawImage(dst, src *ebiten.Image, colorM ColorM, op *DrawImageOptions) + func DrawTriangles(dst *ebiten.Image, vertices []ebiten.Vertex, indices []uint16, ...) + type ColorM struct + func (c *ColorM) Apply(clr color.Color) color.Color + func (c *ColorM) ChangeHSV(hueTheta float64, saturationScale float64, valueScale float64) + func (c *ColorM) Concat(other ColorM) + func (c *ColorM) Element(i, j int) float64 + func (c *ColorM) Invert() + func (c *ColorM) IsInvertible() bool + func (c *ColorM) ReadElements(body []float32, translation []float32) + func (c *ColorM) Reset() + func (c *ColorM) RotateHue(theta float64) + func (c *ColorM) Scale(r, g, b, a float64) + func (c *ColorM) ScaleWithColor(clr color.Color) + func (c *ColorM) SetElement(i, j int, element float64) + func (c *ColorM) String() string + func (c *ColorM) Translate(r, g, b, a float64) + type DrawImageOptions struct + Blend ebiten.Blend + Filter ebiten.Filter + GeoM ebiten.GeoM + type DrawTrianglesOptions struct + Address ebiten.Address + AntiAlias bool + Blend ebiten.Blend + ColorScaleMode ebiten.ColorScaleMode + FillRule ebiten.FillRule + Filter ebiten.Filter