Codename LogoCodename Logo

funkin.backend.utils.BitmapUtil

APIWiki

Static methods

View in GitHub

staticgetMostPresentColor(bmap:BitmapData):FlxColor

Returns the most present color in a Bitmap.

Parameters:

bmap

Bitmap

Returns:

FlxColor Color that is the most present.

View in GitHub

staticgetMostPresentSaturatedColor(bmap:BitmapData):FlxColor

Returns the most present saturated color in a Bitmap.

Parameters:

bmap

Bitmap

Returns:

FlxColor Color that is the most present.