LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

PcsValue Property

Show in webframe





Gets or sets the PCS values.
Syntax
public ushort[] PcsValue {get; set;}
'Declaration
 
Public Property PcsValue As UShort()
'Usage
 
Dim instance As IccColorantTableData
Dim value() As UShort
 
instance.PcsValue = value
 
value = instance.PcsValue

            

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

Property Value

An array of 3 values that contains PCS values of the colorant in the color space of the profile.
Requirements

Target Platforms

See Also

Reference

IccColorantTableData Structure
IccColorantTableData Members

 

 


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