Versions in this module Expand all Collapse all v2 v2.0.7 Mar 14, 2021 Changes in this version + const ColorMDim + type ColorM struct + func (c *ColorM) Apply(clr color.Color) color.Color + func (c *ColorM) ChangeHSV(hueTheta float64, saturationScale float32, valueScale float32) *ColorM + func (c *ColorM) Concat(other *ColorM) *ColorM + func (c *ColorM) Element(i, j int) float32 + func (c *ColorM) Equals(other *ColorM) bool + func (c *ColorM) Invert() *ColorM + func (c *ColorM) IsInvertible() bool + func (c *ColorM) Scale(r, g, b, a float32) *ColorM + func (c *ColorM) ScaleOnly() bool + func (c *ColorM) SetElement(i, j int, element float32) *ColorM + func (c *ColorM) Translate(r, g, b, a float32) *ColorM + func (c *ColorM) UnsafeElements() ([]float32, []float32) Other modules containing this package github.com/MattSwanson/ebiten