ImageJS
    Preparing search index...

    Interface DrawPointsOptions

    interface DrawPointsOptions {
        color?: number[];
        origin?: Point;
        out?: Image | Mask;
    }
    Index

    Properties

    Properties

    color?: number[]

    Color of the points - An array of numerical values, one for each channel of the image. If less values are defined than there are channels in the image, the remaining channels will be set to 0.

    A black pixel.
    
    origin?: Point

    Origin of the points relative to a parent image (top-left corner).

    {row: 0, column: 0}

    out?: Image | Mask

    Image to which the resulting image has to be put.