mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-14 23:17:27 +01:00
internal/affine: refactoring: remove unused types
This commit is contained in:
parent
17c2b1b325
commit
2fab556dd9
@ -783,12 +783,3 @@ func ChangeHSV(c ColorM, hueTheta float64, saturationScale float32, valueScale f
|
|||||||
c = c.Concat(yCbCrToRgb)
|
c = c.Concat(yCbCrToRgb)
|
||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
type cachedScalingColorMKey struct {
|
|
||||||
r, g, b, a float32
|
|
||||||
}
|
|
||||||
|
|
||||||
type cachedScalingColorMValue struct {
|
|
||||||
c *colorMImplScale
|
|
||||||
atime uint64
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user