mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
affine: Misspelling
This commit is contained in:
parent
1ac17862d4
commit
922ec70cf9
@ -88,7 +88,7 @@ func (c *ColorM) RotateHue(theta float64) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ChangeHSV changes HSV (Hue-Saturation-Value) values.
|
// ChangeHSV changes HSV (Hue-Saturation-Value) values.
|
||||||
// hueTheta is a radian value to ratate hue.
|
// hueTheta is a radian value to rotate hue.
|
||||||
// saturationScale is a value to scale saturation.
|
// saturationScale is a value to scale saturation.
|
||||||
// valueScale is a value to scale value (a.k.a. brightness).
|
// valueScale is a value to scale value (a.k.a. brightness).
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user