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

Show in webframe

PcsValue Property






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

Error processing SSI file