←Select platform

ColorInfo Property

Summary

The colors for extraction.

Syntax
C#
VB
C++
public ExObjColorInfo[] ColorInfo {get; set;} 
Public Property ColorInfo() As ExObjColorInfo() 
   Get 
   Set 
public:  
   property array<ExObjColorInfo^>^ ColorInfo 
   { 
      array<ExObjColorInfo^>^ get() 
      void set(array<ExObjColorInfo^>^ value) 
   } 

Property Value

The colors for extraction. The default value is null.

Remarks

UseMultiColors must be true for this property to be used.

If null is passed and RasterImage.BitsPerPixel is less than 8, a new ExObjColorInfo object will be created for each RasterColor in RasterImage.GetPalette.

Example

For an example, refer to UseMultiColors.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.