![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ICOLOROVERRIDES } |
| enum | { kNormal = 0, kSpecialPaper, kSpecialBlack, kSpecialRegistration, kHiddenReserved, kMixedInkParent } |
Public Member Functions | |
| virtual PMReal | GetTint () const =0 |
| virtual void | SetTint (const PMReal &tint)=0 |
| virtual const int32 | GetColorRemark () const =0 |
| virtual void | SetColorRemark (const int32 remark)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| anonymous enum |
This enumerate the special type information for the color swatch.
| pure virtual |
Returns the special color type information.
| pure virtual |
Returns the tint percentage in the range of [0, 100), not including 100. Returns -1 if tint is not set.
| pure virtual |
Sets the special color type information for this swatch. Client should only set swatches to kNormal or kMixedInkParent.
| remark | the special color type for this swatch. |
| pure virtual |
Sets the tint percentage in the range of [0, 100), not including 100. The default value is -1 which means the tint value is not set.
| tint | tint value |