C# Class FluxJpeg.Core.Decoder.JpegScan

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddComponent ( byte id, byte factorHorizontal, byte factorVertical, byte quantizationID, byte colorMode ) : void
GetComponentById ( byte Id ) : JpegComponent

Method Details

AddComponent() public method

public AddComponent ( byte id, byte factorHorizontal, byte factorVertical, byte quantizationID, byte colorMode ) : void
id byte
factorHorizontal byte
factorVertical byte
quantizationID byte
colorMode byte
return void

GetComponentById() public method

public GetComponentById ( byte Id ) : JpegComponent
Id byte
return JpegComponent