added orx-object-fit

This commit is contained in:
pfs-15
2020-02-10 18:40:40 +01:00
parent 505bb5bad6
commit aea681446e
3 changed files with 105 additions and 1 deletions

20
orx-object-fit/README.md Normal file
View File

@@ -0,0 +1,20 @@
# orx-object-fit
Fits images in frames with two options, contain and cover. Similar to CSS object-fit (https://www.w3schools.com/css/css3_object-fit.asp)
## usage
`objectFit(img: ColorBuffer, x: Double, y: Double, w: Double, h: Double, fitMethod, horizontalPosition:Double, verticalPosition:Double)`
objectFitType
- `contain`
- `cover`
horizontal values
- left ... right
- `-1.0` ... `1.0`
vertical values
- top ... bottom
- `-1.0` ... `1.0`