Skip to main content
All docs
V26.1
  • IndexedColorSpace(ColorSpace, Int32, Byte[]) Constructor

    Initializes a new instance of the IndexedColorSpace class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public IndexedColorSpace(
        ColorSpace baseColorSpace,
        int maxIndex,
        byte[] lookupTable
    )

    Parameters

    Name Type
    baseColorSpace ColorSpace
    maxIndex Int32
    lookupTable Byte[]
    See Also