←Select platform

Range Property

Summary

Gets or sets a value indicating the range of values in the input buffer.

Syntax
C#
VB
C++
public ConversionYuvRange Range { get; set; } 
  
Public Property Range As ConversionYuvRange 
public: 
property ConversionYuvRange Range { 
   ConversionYuvRange get(); 
   void set (    ConversionYuvRange ); 
} 

Property Value

The range of values in the input buffer.

Example

Refer to ConversionParameters.YuvParameters example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly