Foxit::PDF::Annotations::ShadingColor Class Reference

Class to represent shading colors. More...

Properties

uint32 FirstColor
 First color of shading. Format: 0xAARRGGBB.
 
uint32 SecondColor
 Second color of shading. Format: 0xAARRGGBB.
 

Detailed Description

Class to represent shading colors.

This is used as return type of delegate function Annotations::SetShadingColorDelegate. This is used for Type-2 shading setting with two color values.

Foxit Corporation