Show / Hide Table of Contents

    Method scmap0

    | Improve this Doc View Source

    scmap0(Int32[], Int32[], Int32[])

    plscmap0: Set cmap0 colors by 8-bit RGB values

    Declaration
    public void scmap0(Int32[] r, Int32[] g, Int32[] b)
    Parameters
    Type Name Description
    Int32[] r

    A vector containing unsigned 8-bit integers (0-255) representing the degree of red in the color.

    Int32[] g

    A vector containing unsigned 8-bit integers (0-255) representing the degree of green in the color.

    Int32[] b

    A vector containing unsigned 8-bit integers (0-255) representing the degree of blue in the color.

    Remarks

    Set cmap0 colors using 8-bit RGB values (see ). This sets the entire color map ndash only as many colors as specified will be allocated.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX