bitmap

..
cli
support
transformation
AbstractBitmap

Area

Background

Bitmap

BitmapIO

Utilities to load/save bitmaps from/to other formats or resources, such as base64 dataUrls, raw bytes formats, HTML canvas, HTML images, DOM Blobs, TypedArrays, buffers, urls, etc.

BitmapUtil

Blend

Color

Represents a color in RGBA8888 format with underlying type Int. @author Sam Twidale (http://samcodes.co.uk/)

ColorBlend

ColorFilter

Applies a linear transformation (a * value + c) on each channel (red, green, blue, alpha) .

ColorFilterChannel

Linear transformation on channels (a * value + c).

ColorUtil

Draw

DrawShape

FloatPoint

IOUtil

LineShape

OffsetRectangleArea

OptionalArea

PNGBitmap

PixelFormat

PixelFormatUtil

Pixel format conversion helper functions. Adapted from Sam Twidale (https://samcodes.co.uk/) project https://github.com/Tw1ddle/geometrize-haxe-example/

Point

Rectangle

RectangleArea

RectangleShape

Util

Utility functions. Adapted from https://github.com/Tw1ddle/geometrize-haxe/