Pixel Data JS - v0.28.0
    Preparing search index...

    Interface BasePixelBlendOptions

    Configuration for blitting (copying/blending) one image into another.

    interface BasePixelBlendOptions {
        blendFn?: BlendColor32;
        sx?: number;
        sy?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    blendFn?: BlendColor32

    The blending algorithm to use for blending pixels.

    sx?: number

    The source rectangle x-coordinate

    0
    
    sy?: number

    The source rectangle y-coordinate

    0