mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-11 18:43:21 +01:00
Updated Cheat Sheet (markdown)
parent
b9364eedd9
commit
fa29313c2e
@ -187,7 +187,7 @@ When the given image is as same as `i`, DrawImage panics.
|
|||||||
|
|
||||||
* All render targets are same (`A` in `A.DrawImage(B, op)`)
|
* All render targets are same (`A` in `A.DrawImage(B, op)`)
|
||||||
* Either all ColorM element values are same or all the ColorM have only diagonal ('scale') elements
|
* Either all ColorM element values are same or all the ColorM have only diagonal ('scale') elements
|
||||||
* (*ColorM).Scale modifies only diagonal elements. Other ColorM functions might modify the other elements.
|
* If only (*ColorM).Scale is applied to a ColorM, the ColorM has only diagonal elements. The other ColorM functions might modify the other elements.
|
||||||
* All CompositeMode values are same
|
* All CompositeMode values are same
|
||||||
* All Filter values are same
|
* All Filter values are same
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user