XColor ToArrayAtom Function. An ArrayAtom representation of the components of the color. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

An ArrayAtom representation of the components of the color

 

   
Syntax  

[C#]
ArrayAtom ToArrayAtom()

[Visual Basic]
ArrayAtom ToArrayAtom()

 

   

Params
 
Name Description
return An ArrayAtom representing the color.

 

   

Notes
 

An ArrayAtom representation of the components of the color.

The ArrayAtom that is created will contain one NumAtom for each component of the color, each with the appropriate value set.

 

   

Example
 

None.