ReportViewer for WPF and Silverlight | ComponentOne
CSJ2K.Color Namespace / ColorSpace Class / ColorSpace Constructor
provides information about the image header.
provides parameters from the default and commandline lists.

In This Topic
    ColorSpace Constructor
    In This Topic
    public constructor which takes in the image, parameterlist and the image header decoder as args.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal in_Renamed As RandomAccessIO, _
       ByVal hd As HeaderDecoder, _
       ByVal pl As ParameterList _
    )
    public ColorSpace( 
       RandomAccessIO in_Renamed,
       HeaderDecoder hd,
       ParameterList pl
    )

    Parameters

    in_Renamed
    hd
    provides information about the image header.
    pl
    provides parameters from the default and commandline lists.
    Exceptions
    ExceptionDescription
    ColorSpaceException
    See Also