LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Offsets Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.