Difference between revisions of "X Media:trim"
From GiderosMobile
(Created page with "__NOTOC__ '''<translate>Available since</translate>:''' Gideros 2016.1<br/> '''<translate>Class</translate>:''' Media<br/> === Description === T...") |
|||
Line 13: | Line 13: | ||
'''hexColor''': (hexadecimal) color in hexadecimal<br/> | '''hexColor''': (hexadecimal) color in hexadecimal<br/> | ||
− | + | {{Media}} |
Revision as of 22:53, 11 February 2020
Available since: Gideros 2016.1
Class: Media
Description
Trims image by provided background color, if color is not provided, uses top left pixel color to crop.
Media:trim(hexColor)
Parameters
hexColor: (hexadecimal) color in hexadecimal
- X Media:copy
- X Media:crop
- X Media:drawFill
- X Media:drawImage
- X Media:drawLine
- X Media:drawText
- X Media:flipHorizontal
- X Media:flipVertical
- X Media:floodFill
- X Media:getHeight
- X Media:getPath
- X Media:getPixel
- X Media:getRotation
- X Media:getWidth
- X Media:resize
- X Media:resizeHeight
- X Media:resizeWidth
- X Media:save
- X Media:setPixel
- X Media:setRotation
- X Media:trim