IPXC_Color Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Color Interface}}
 
{{#customTitle:IPXC_Color Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_Color|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXC_Color_GetComponents|GetComponents]]
 
| [[PXV:IPXC_Color_GetComponents|GetComponents]]
| ...
 
|-
 
 
| [[PXV:IPXC_Color_IsEqual|IsEqual]]
 
| [[PXV:IPXC_Color_IsEqual|IsEqual]]
| ...
+
| [[PXV:IPXC_Color_SetComponents2|SetComponents2]]
 +
| [[PXV:IPXC_Color_SetIColor|SetIColor]]
 
|-
 
|-
 +
| [[PXV:IPXC_Color_GetComponents2|GetComponents2]]
 
| [[PXV:IPXC_Color_SetComponents|SetComponents]]
 
| [[PXV:IPXC_Color_SetComponents|SetComponents]]
| ...
+
|  
 +
|
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXC_Color_ColorSpace|ColorSpace]]
 
| [[PXV:IPXC_Color_ColorSpace|ColorSpace]]
| style="text-align: center" | R/W
+
| [[PXV:IPXC_Color_CSType|CSType]]
| .
+
| [[PXV:IPXC_Color_PatternHandle|PatternHandle]]
 +
| [[PXV:IPXC_Color_ValueRGB|ValueRGB]]
 
|-
 
|-
 
| [[PXV:IPXC_Color_CSHandle|CSHandle]]
 
| [[PXV:IPXC_Color_CSHandle|CSHandle]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IPXC_Color_CSType|CSType]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Color_NumComponents|NumComponents]]
 
| [[PXV:IPXC_Color_NumComponents|NumComponents]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXC_Color_PatternHandle|PatternHandle]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IPXC_Color_Value|Value]]
 
| [[PXV:IPXC_Color_Value|Value]]
| style="text-align: center" | R
+
|  
| .
+
|-
+
| [[PXV:IPXC_Color_ValueRGB|ValueRGB]]
+
| style="text-align: center" | R
+
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Document_CreateStdColor|IPXC_Document::CreateStdColor]], [[PXV:IPXC_Document_CreateStdColorFromIColor|IPXC_Document::CreateStdColorFromIColor]], [[PXV:IPXC_CState_FillColor|IPXC_CState::FillColor]], [[PXV:IPXC_CState_StrokeColor|IPXC_CState::StrokeColor]], [[PXV:IPXC_ColorSpace_CreateColor|IPXC_ColorSpace::CreateColor]], [[PXV:IPXC_SoftMask_GetBackdropColor|IPXC_SoftMask::GetBackdropColor]], [[PXV:IPXC_TransferFunction_ProceedColor|IPXC_TransferFunction::ProceedColor]], [[PXV:IPXC_PageText_GetColor2|IPXC_PageText::GetColor2]], [[PXV:IPXC_ContentCreator_SetColor2|IPXC_ContentCreator::SetColor2]], [[PXV:IPXC_ContentCreator_SetPattern|IPXC_ContentCreator::SetPattern]], [[PXV:IPXC_Shading_Background|IPXC_Shading::Background]], [[PXV:IPXC_GradientStops_AddStop|IPXC_GradientStops::AddStop]]

Latest revision as of 00:31, 20 May 2018


The interface of object of PDF-XChange Editor SDK.

Methods

GetComponents IsEqual SetComponents2 SetIColor
GetComponents2 SetComponents

Properties

ColorSpace CSType PatternHandle ValueRGB
CSHandle NumComponents Value

See Also

IPXC_Document::CreateStdColor, IPXC_Document::CreateStdColorFromIColor, IPXC_CState::FillColor, IPXC_CState::StrokeColor, IPXC_ColorSpace::CreateColor, IPXC_SoftMask::GetBackdropColor, IPXC_TransferFunction::ProceedColor, IPXC_PageText::GetColor2, IPXC_ContentCreator::SetColor2, IPXC_ContentCreator::SetPattern, IPXC_Shading::Background, IPXC_GradientStops::AddStop