ComponentOne PDF for .NET
CSJ2K.Color Namespace / ColorSpace Class / getPalettizedSample Method
requested
of entry

In This Topic
    getPalettizedSample Method (ColorSpace)
    In This Topic
    Return a palettized sample
    Syntax
    'Declaration
     
    
    Public Overridable Function getPalettizedSample( _
       ByVal channel As Integer, _
       ByVal index As Integer _
    ) As Integer
    public virtual int getPalettizedSample( 
       int channel,
       int index
    )

    Parameters

    channel
    requested
    index
    of entry

    Return Value

    palettized sample
    See Also