Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Offsets Property






Gets or sets the offsets of the byte ordering for the proposed YUV format.
Syntax
public int[] Offsets {get; set;}
'Declaration
 
Public Property Offsets As Integer()
'Usage
 
Dim instance As ConversionYuvParameters
Dim value() As Integer
 
instance.Offsets = value
 
value = instance.Offsets

            

            
public:
property array<int>^ Offsets {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Integer array that represents the offsets of the byte ordering for the proposed YUV format. When Planar 1, the only useful data is Offsets[0] which will indicate the arrangement of the YUV buffer.
Example
Refer to ConversionParameters.YuvParameters example.
Requirements

Target Platforms

See Also

Reference

ConversionYuvParameters Structure
ConversionYuvParameters Members

Error processing SSI file