spire-pdf 11.6.1__py3-none-manylinux_2_31_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of spire-pdf might be problematic. Click here for more details.
- spire/__init__.py +0 -0
- spire/pdf/ArtifactPropertyList.py +13 -0
- spire/pdf/AspectRatio.py +16 -0
- spire/pdf/BookletOptions.py +40 -0
- spire/pdf/Clip.py +16 -0
- spire/pdf/Collections_PdfCollection.py +121 -0
- spire/pdf/CompressionLevel.py +26 -0
- spire/pdf/ConfiguerGraphicType.py +18 -0
- spire/pdf/CustomFieldType.py +20 -0
- spire/pdf/DataFormat.py +16 -0
- spire/pdf/DocxOptions.py +228 -0
- spire/pdf/FileFormat.py +26 -0
- spire/pdf/FileRelatedFieldType.py +24 -0
- spire/pdf/Find_TextFindParameter.py +17 -0
- spire/pdf/GraphicMode.py +17 -0
- spire/pdf/HtmlConverter.py +564 -0
- spire/pdf/HtmlToPdfLayoutParams.py +93 -0
- spire/pdf/HtmlToPdfResult.py +36 -0
- spire/pdf/HttpMethod.py +14 -0
- spire/pdf/HttpReadType.py +15 -0
- spire/pdf/IOCSPService.py +27 -0
- spire/pdf/IPdfComboBoxField.py +388 -0
- spire/pdf/IPdfSignatureAppearance.py +20 -0
- spire/pdf/IPdfSignatureFormatter.py +31 -0
- spire/pdf/IPdfTextBoxField.py +305 -0
- spire/pdf/IStructureNode.py +12 -0
- spire/pdf/ITSAService.py +27 -0
- spire/pdf/ImageFormatType.py +16 -0
- spire/pdf/ImageQuality.py +15 -0
- spire/pdf/ImageType.py +14 -0
- spire/pdf/ImgData.py +208 -0
- spire/pdf/LayerExportState.py +15 -0
- spire/pdf/LayerPrintState.py +20 -0
- spire/pdf/LayerViewState.py +20 -0
- spire/pdf/LineBorder.py +73 -0
- spire/pdf/LineInfo.py +53 -0
- spire/pdf/LineType.py +17 -0
- spire/pdf/LoadHtmlType.py +18 -0
- spire/pdf/MergerOptions.py +39 -0
- spire/pdf/OCSPHttpService.py +32 -0
- spire/pdf/OfdConverter.py +89 -0
- spire/pdf/OptimizationOptions.py +85 -0
- spire/pdf/PDF3DAnimationType.py +15 -0
- spire/pdf/Pdf3DActivation.py +113 -0
- spire/pdf/Pdf3DActivationMode.py +20 -0
- spire/pdf/Pdf3DActivationState.py +14 -0
- spire/pdf/Pdf3DAnimation.py +69 -0
- spire/pdf/Pdf3DAnnotation.py +167 -0
- spire/pdf/Pdf3DBackground.py +84 -0
- spire/pdf/Pdf3DCrossSection.py +144 -0
- spire/pdf/Pdf3DCrossSectionCollection.py +117 -0
- spire/pdf/Pdf3DDeactivationMode.py +15 -0
- spire/pdf/Pdf3DDeactivationState.py +15 -0
- spire/pdf/Pdf3DLighting.py +42 -0
- spire/pdf/Pdf3DLightingStyle.py +24 -0
- spire/pdf/Pdf3DNode.py +98 -0
- spire/pdf/Pdf3DNodeCollection.py +123 -0
- spire/pdf/Pdf3DProjection.py +120 -0
- spire/pdf/Pdf3DProjectionClipStyle.py +15 -0
- spire/pdf/Pdf3DProjectionOrthoScaleMode.py +18 -0
- spire/pdf/Pdf3DProjectionType.py +15 -0
- spire/pdf/Pdf3DRenderStyle.py +44 -0
- spire/pdf/Pdf3DRendermode.py +158 -0
- spire/pdf/Pdf3DView.py +213 -0
- spire/pdf/Pdf3DViewCollection.py +124 -0
- spire/pdf/PdfAction.py +31 -0
- spire/pdf/PdfActionAnnotation.py +28 -0
- spire/pdf/PdfActionCollection.py +110 -0
- spire/pdf/PdfActionDestination.py +22 -0
- spire/pdf/PdfActionLinkAnnotation.py +37 -0
- spire/pdf/PdfAlignmentStyle.py +22 -0
- spire/pdf/PdfAnnotation.py +161 -0
- spire/pdf/PdfAnnotationActions.py +202 -0
- spire/pdf/PdfAnnotationBorder.py +86 -0
- spire/pdf/PdfAnnotationCollection.py +164 -0
- spire/pdf/PdfAnnotationException.py +13 -0
- spire/pdf/PdfAnnotationFlags.py +22 -0
- spire/pdf/PdfAnnotationIntent.py +14 -0
- spire/pdf/PdfAnnotationWidget.py +47 -0
- spire/pdf/PdfAnnotationWidgetCollection.py +68 -0
- spire/pdf/PdfAnnotationWidgetTypes.py +46 -0
- spire/pdf/PdfAppearance.py +113 -0
- spire/pdf/PdfAppearanceField.py +26 -0
- spire/pdf/PdfAppearanceState.py +94 -0
- spire/pdf/PdfApplicationData.py +24 -0
- spire/pdf/PdfAttachment.py +39 -0
- spire/pdf/PdfAttachmentAnnotation.py +93 -0
- spire/pdf/PdfAttachmentAnnotationWidget.py +61 -0
- spire/pdf/PdfAttachmentCollection.py +112 -0
- spire/pdf/PdfAttachmentIcon.py +17 -0
- spire/pdf/PdfAttachmentRelationship.py +24 -0
- spire/pdf/PdfAttributeOwner.py +132 -0
- spire/pdf/PdfAutomaticField.py +154 -0
- spire/pdf/PdfBarcode.py +180 -0
- spire/pdf/PdfBarcodeException.py +13 -0
- spire/pdf/PdfBarcodeQuietZones.py +112 -0
- spire/pdf/PdfBarcodeTextAlignment.py +15 -0
- spire/pdf/PdfBitmap.py +112 -0
- spire/pdf/PdfBlend.py +36 -0
- spire/pdf/PdfBlendBase.py +37 -0
- spire/pdf/PdfBlendMode.py +29 -0
- spire/pdf/PdfBookletBindingMode.py +18 -0
- spire/pdf/PdfBookletCreator.py +67 -0
- spire/pdf/PdfBookmark.py +135 -0
- spire/pdf/PdfBookmarkCollection.py +95 -0
- spire/pdf/PdfBookmarkWidget.py +87 -0
- spire/pdf/PdfBorderEffect.py +15 -0
- spire/pdf/PdfBorderOverlapStyle.py +14 -0
- spire/pdf/PdfBorderStyle.py +17 -0
- spire/pdf/PdfBorders.py +113 -0
- spire/pdf/PdfBrush.py +25 -0
- spire/pdf/PdfBrushes.py +1846 -0
- spire/pdf/PdfButtonField.py +221 -0
- spire/pdf/PdfButtonIconLayout.py +92 -0
- spire/pdf/PdfButtonIconScaleMode.py +14 -0
- spire/pdf/PdfButtonIconScaleReason.py +16 -0
- spire/pdf/PdfButtonLayoutMode.py +28 -0
- spire/pdf/PdfButtonWidgetFieldWidget.py +92 -0
- spire/pdf/PdfButtonWidgetItemCollection.py +23 -0
- spire/pdf/PdfButtonWidgetWidgetItem.py +63 -0
- spire/pdf/PdfCalGrayColor.py +44 -0
- spire/pdf/PdfCalGrayColorSpace.py +96 -0
- spire/pdf/PdfCalRGBColor.py +102 -0
- spire/pdf/PdfCalRGBColorSpace.py +132 -0
- spire/pdf/PdfCanvas.py +1714 -0
- spire/pdf/PdfCaretAnnotationWidget.py +21 -0
- spire/pdf/PdfCellStyle.py +126 -0
- spire/pdf/PdfCertificate.py +19 -0
- spire/pdf/PdfCertificationFlags.py +15 -0
- spire/pdf/PdfCheckBoxField.py +47 -0
- spire/pdf/PdfCheckBoxStyle.py +20 -0
- spire/pdf/PdfCheckBoxWidgetFieldWidget.py +61 -0
- spire/pdf/PdfCheckBoxWidgetWidgetItem.py +16 -0
- spire/pdf/PdfCheckBoxWidgetWidgetItemCollection.py +23 -0
- spire/pdf/PdfCheckFieldBase.py +37 -0
- spire/pdf/PdfChoiceWidgetFieldWidget.py +114 -0
- spire/pdf/PdfCjkFontFamily.py +19 -0
- spire/pdf/PdfCjkStandardFont.py +70 -0
- spire/pdf/PdfCodabarBarcode.py +38 -0
- spire/pdf/PdfCode11Barcode.py +36 -0
- spire/pdf/PdfCode128ABarcode.py +36 -0
- spire/pdf/PdfCode128BBarcode.py +28 -0
- spire/pdf/PdfCode128CBarcode.py +14 -0
- spire/pdf/PdfCode32Barcode.py +37 -0
- spire/pdf/PdfCode39Barcode.py +37 -0
- spire/pdf/PdfCode39ExtendedBarcode.py +25 -0
- spire/pdf/PdfCode93Barcode.py +37 -0
- spire/pdf/PdfCode93ExtendedBarcode.py +36 -0
- spire/pdf/PdfCollection.py +46 -0
- spire/pdf/PdfColorBlend.py +37 -0
- spire/pdf/PdfColorMask.py +50 -0
- spire/pdf/PdfColorSpace.py +17 -0
- spire/pdf/PdfColorSpaces.py +12 -0
- spire/pdf/PdfColumn.py +67 -0
- spire/pdf/PdfColumnCollection.py +34 -0
- spire/pdf/PdfComboBoxField.py +47 -0
- spire/pdf/PdfComboBoxWidgetFieldWidget.py +74 -0
- spire/pdf/PdfComboBoxWidgetItemCollection.py +29 -0
- spire/pdf/PdfComboBoxWidgetWidgetItem.py +16 -0
- spire/pdf/PdfCompareOptions.py +82 -0
- spire/pdf/PdfComparer.py +63 -0
- spire/pdf/PdfComplexColor.py +23 -0
- spire/pdf/PdfCompositeField.py +205 -0
- spire/pdf/PdfCompressionLevel.py +42 -0
- spire/pdf/PdfCompressor.py +79 -0
- spire/pdf/PdfConformanceException.py +13 -0
- spire/pdf/PdfConformanceLevel.py +20 -0
- spire/pdf/PdfConvertOptions.py +222 -0
- spire/pdf/PdfCreationDateField.py +81 -0
- spire/pdf/PdfCrossReferenceType.py +16 -0
- spire/pdf/PdfCustomAppearance.py +28 -0
- spire/pdf/PdfDashStyle.py +19 -0
- spire/pdf/PdfDateTimeField.py +91 -0
- spire/pdf/PdfDestination.py +225 -0
- spire/pdf/PdfDestinationMode.py +17 -0
- spire/pdf/PdfDestinationPageNumberField.py +111 -0
- spire/pdf/PdfDeviceColorSpace.py +31 -0
- spire/pdf/PdfDockStyle.py +18 -0
- spire/pdf/PdfDocument.py +1759 -0
- spire/pdf/PdfDocumentActions.py +162 -0
- spire/pdf/PdfDocumentAuthorField.py +67 -0
- spire/pdf/PdfDocumentBase.py +744 -0
- spire/pdf/PdfDocumentException.py +13 -0
- spire/pdf/PdfDocumentInformation.py +207 -0
- spire/pdf/PdfDocumentLinkAnnotation.py +54 -0
- spire/pdf/PdfDocumentLinkAnnotationWidget.py +40 -0
- spire/pdf/PdfDocumentPageCollection.py +79 -0
- spire/pdf/PdfDocumentPrivilege.py +163 -0
- spire/pdf/PdfDocumentTemplate.py +241 -0
- spire/pdf/PdfDrawWidget.py +28 -0
- spire/pdf/PdfDynamicField.py +13 -0
- spire/pdf/PdfEdges.py +99 -0
- spire/pdf/PdfEmbeddedFileSpecification.py +135 -0
- spire/pdf/PdfEmbeddedGoToAction.py +91 -0
- spire/pdf/PdfEncryptionAlgorithm.py +16 -0
- spire/pdf/PdfEncryptionKeySize.py +20 -0
- spire/pdf/PdfException.py +21 -0
- spire/pdf/PdfExtend.py +17 -0
- spire/pdf/PdfExtendedAppearance.py +48 -0
- spire/pdf/PdfField.py +144 -0
- spire/pdf/PdfFieldActions.py +201 -0
- spire/pdf/PdfFieldCollection.py +111 -0
- spire/pdf/PdfFieldWidget.py +154 -0
- spire/pdf/PdfFieldWidgetImportError.py +23 -0
- spire/pdf/PdfFieldWidgetItem.py +80 -0
- spire/pdf/PdfFileAnnotation.py +49 -0
- spire/pdf/PdfFileInfo.py +85 -0
- spire/pdf/PdfFileLinkAnnotation.py +76 -0
- spire/pdf/PdfFileLinkAnnotationWidget.py +39 -0
- spire/pdf/PdfFilePathType.py +14 -0
- spire/pdf/PdfFileSpecificationBase.py +36 -0
- spire/pdf/PdfFillElement.py +31 -0
- spire/pdf/PdfFillMode.py +18 -0
- spire/pdf/PdfFolder.py +100 -0
- spire/pdf/PdfFont.py +61 -0
- spire/pdf/PdfFontBase.py +298 -0
- spire/pdf/PdfFontFamily.py +24 -0
- spire/pdf/PdfFontStyle.py +17 -0
- spire/pdf/PdfFontType.py +20 -0
- spire/pdf/PdfForm.py +123 -0
- spire/pdf/PdfFormAction.py +54 -0
- spire/pdf/PdfFormFieldCollection.py +12 -0
- spire/pdf/PdfFormFieldWidgetCollection.py +84 -0
- spire/pdf/PdfFormWidget.py +148 -0
- spire/pdf/PdfFreeTextAnnotation.py +291 -0
- spire/pdf/PdfFreeTextAnnotationWidget.py +129 -0
- spire/pdf/PdfGoToAction.py +64 -0
- spire/pdf/PdfGotoNameAction.py +32 -0
- spire/pdf/PdfGradientBrush.py +65 -0
- spire/pdf/PdfGraphicsState.py +12 -0
- spire/pdf/PdfGraphicsUnit.py +19 -0
- spire/pdf/PdfGraphicsWidget.py +55 -0
- spire/pdf/PdfGrayConverter.py +60 -0
- spire/pdf/PdfGrid.py +91 -0
- spire/pdf/PdfGridCell.py +110 -0
- spire/pdf/PdfGridCellCollection.py +71 -0
- spire/pdf/PdfGridCellContent.py +158 -0
- spire/pdf/PdfGridCellContentList.py +23 -0
- spire/pdf/PdfGridCellStyle.py +84 -0
- spire/pdf/PdfGridColumn.py +65 -0
- spire/pdf/PdfGridColumnCollection.py +119 -0
- spire/pdf/PdfGridHeaderCollection.py +73 -0
- spire/pdf/PdfGridLayoutFormat.py +12 -0
- spire/pdf/PdfGridLayoutResult.py +12 -0
- spire/pdf/PdfGridRow.py +89 -0
- spire/pdf/PdfGridRowCollection.py +50 -0
- spire/pdf/PdfGridRowStyle.py +35 -0
- spire/pdf/PdfGridStyle.py +105 -0
- spire/pdf/PdfGridStyleBase.py +125 -0
- spire/pdf/PdfHTMLTextElement.py +142 -0
- spire/pdf/PdfHeaderSource.py +14 -0
- spire/pdf/PdfHighlightMode.py +18 -0
- spire/pdf/PdfHorizontalAlignment.py +16 -0
- spire/pdf/PdfHorizontalOverflowType.py +18 -0
- spire/pdf/PdfHtmlLayoutFormat.py +148 -0
- spire/pdf/PdfICCColor.py +48 -0
- spire/pdf/PdfICCColorSpace.py +80 -0
- spire/pdf/PdfImage.py +170 -0
- spire/pdf/PdfImageHelper.py +81 -0
- spire/pdf/PdfImageMask.py +34 -0
- spire/pdf/PdfImageType.py +14 -0
- spire/pdf/PdfInkAnnotation.py +28 -0
- spire/pdf/PdfInkAnnotationWidget.py +21 -0
- spire/pdf/PdfJavaScript.py +214 -0
- spire/pdf/PdfJavaScriptAction.py +48 -0
- spire/pdf/PdfKnownColor.py +39 -0
- spire/pdf/PdfKnownColorSpace.py +61 -0
- spire/pdf/PdfLabColor.py +102 -0
- spire/pdf/PdfLabColorSpace.py +102 -0
- spire/pdf/PdfLaunchAction.py +69 -0
- spire/pdf/PdfLayer.py +128 -0
- spire/pdf/PdfLayerCollection.py +172 -0
- spire/pdf/PdfLayerOutline.py +62 -0
- spire/pdf/PdfLayoutBreakType.py +14 -0
- spire/pdf/PdfLayoutHTMLResult.py +23 -0
- spire/pdf/PdfLayoutParams.py +60 -0
- spire/pdf/PdfLayoutResult.py +41 -0
- spire/pdf/PdfLayoutType.py +15 -0
- spire/pdf/PdfLayoutWidget.py +165 -0
- spire/pdf/PdfLineAnnotation.py +310 -0
- spire/pdf/PdfLineAnnotationWidget.py +241 -0
- spire/pdf/PdfLineBorderStyle.py +17 -0
- spire/pdf/PdfLineCap.py +15 -0
- spire/pdf/PdfLineCaptionType.py +18 -0
- spire/pdf/PdfLineEndingStyle.py +22 -0
- spire/pdf/PdfLineIntent.py +14 -0
- spire/pdf/PdfLineJoin.py +16 -0
- spire/pdf/PdfLinearGradientBrush.py +146 -0
- spire/pdf/PdfLinearGradientMode.py +16 -0
- spire/pdf/PdfLinkAnnotation.py +31 -0
- spire/pdf/PdfList.py +122 -0
- spire/pdf/PdfListBase.py +143 -0
- spire/pdf/PdfListBoxField.py +50 -0
- spire/pdf/PdfListBoxWidgetFieldWidget.py +52 -0
- spire/pdf/PdfListField.py +79 -0
- spire/pdf/PdfListFieldItem.py +83 -0
- spire/pdf/PdfListFieldItemCollection.py +121 -0
- spire/pdf/PdfListFieldWidgetItem.py +16 -0
- spire/pdf/PdfListItem.py +122 -0
- spire/pdf/PdfListItemCollection.py +166 -0
- spire/pdf/PdfListMarkerAlignment.py +14 -0
- spire/pdf/PdfListWidgetFieldItemCollection.py +23 -0
- spire/pdf/PdfListWidgetItem.py +74 -0
- spire/pdf/PdfListWidgetItemCollection.py +64 -0
- spire/pdf/PdfMDPSignatureMaker.py +54 -0
- spire/pdf/PdfMargins.py +170 -0
- spire/pdf/PdfMarkUpAnnotationWidget.py +111 -0
- spire/pdf/PdfMarker.py +100 -0
- spire/pdf/PdfMarkerBase.py +107 -0
- spire/pdf/PdfMask.py +13 -0
- spire/pdf/PdfMatrix.py +269 -0
- spire/pdf/PdfMatrixOrder.py +18 -0
- spire/pdf/PdfMerger.py +57 -0
- spire/pdf/PdfMetafile.py +83 -0
- spire/pdf/PdfMetafileLayoutFormat.py +48 -0
- spire/pdf/PdfMultipleNumberValueField.py +37 -0
- spire/pdf/PdfMultipleValueField.py +12 -0
- spire/pdf/PdfNamedAction.py +37 -0
- spire/pdf/PdfNewDocument.py +117 -0
- spire/pdf/PdfNewPage.py +34 -0
- spire/pdf/PdfNumberStyle.py +18 -0
- spire/pdf/PdfOrderedMarker.py +112 -0
- spire/pdf/PdfOrdinarySignatureMaker.py +32 -0
- spire/pdf/PdfPKCS1Formatter.py +59 -0
- spire/pdf/PdfPKCS7Formatter.py +55 -0
- spire/pdf/PdfPaddings.py +99 -0
- spire/pdf/PdfPageBase.py +665 -0
- spire/pdf/PdfPageCollection.py +384 -0
- spire/pdf/PdfPageCountField.py +92 -0
- spire/pdf/PdfPageLabels.py +124 -0
- spire/pdf/PdfPageLayout.py +26 -0
- spire/pdf/PdfPageMode.py +18 -0
- spire/pdf/PdfPageNumberField.py +67 -0
- spire/pdf/PdfPageOrientation.py +15 -0
- spire/pdf/PdfPageRotateAngle.py +16 -0
- spire/pdf/PdfPageSettings.py +275 -0
- spire/pdf/PdfPageSize.py +389 -0
- spire/pdf/PdfPageTemplateElement.py +271 -0
- spire/pdf/PdfPageTransition.py +172 -0
- spire/pdf/PdfPageWidget.py +45 -0
- spire/pdf/PdfPageWidgetEnumerator.py +54 -0
- spire/pdf/PdfPasswordSecurityPolicy.py +22 -0
- spire/pdf/PdfPath.py +420 -0
- spire/pdf/PdfPen.py +236 -0
- spire/pdf/PdfPens.py +1845 -0
- spire/pdf/PdfPermissionsFlags.py +23 -0
- spire/pdf/PdfPieceInfo.py +42 -0
- spire/pdf/PdfPolyLineAnnotation.py +76 -0
- spire/pdf/PdfPolyLineAnnotationWidget.py +21 -0
- spire/pdf/PdfPolygonAndPolyLineAnnotationWidget.py +21 -0
- spire/pdf/PdfPolygonAnnotation.py +129 -0
- spire/pdf/PdfPolygonAnnotationWidget.py +21 -0
- spire/pdf/PdfPopupAnnotation.py +118 -0
- spire/pdf/PdfPopupAnnotationWidget.py +58 -0
- spire/pdf/PdfPopupIcon.py +19 -0
- spire/pdf/PdfRGBColor.py +351 -0
- spire/pdf/PdfRadialGradientBrush.py +136 -0
- spire/pdf/PdfRadioButtonItemCollection.py +124 -0
- spire/pdf/PdfRadioButtonListField.py +102 -0
- spire/pdf/PdfRadioButtonListFieldWidget.py +114 -0
- spire/pdf/PdfRadioButtonListItem.py +91 -0
- spire/pdf/PdfRadioButtonWidgetItem.py +60 -0
- spire/pdf/PdfRadioButtonWidgetWidgetItemCollection.py +29 -0
- spire/pdf/PdfResetAction.py +40 -0
- spire/pdf/PdfRow.py +36 -0
- spire/pdf/PdfRowCollection.py +50 -0
- spire/pdf/PdfRubberStampAnnotation.py +163 -0
- spire/pdf/PdfRubberStampAnnotationIcon.py +27 -0
- spire/pdf/PdfRubberStampAnnotationWidget.py +40 -0
- spire/pdf/PdfSection.py +91 -0
- spire/pdf/PdfSectionCollection.py +96 -0
- spire/pdf/PdfSectionNumberField.py +67 -0
- spire/pdf/PdfSectionPageCollection.py +112 -0
- spire/pdf/PdfSectionPageCountField.py +64 -0
- spire/pdf/PdfSectionPageNumberField.py +64 -0
- spire/pdf/PdfSectionTemplate.py +102 -0
- spire/pdf/PdfSecurity.py +158 -0
- spire/pdf/PdfSecurityPolicy.py +59 -0
- spire/pdf/PdfSeparationColor.py +36 -0
- spire/pdf/PdfSeparationColorSpace.py +69 -0
- spire/pdf/PdfShapeWidget.py +25 -0
- spire/pdf/PdfSignature.py +97 -0
- spire/pdf/PdfSignatureAppearance.py +153 -0
- spire/pdf/PdfSignatureAppearanceField.py +26 -0
- spire/pdf/PdfSignatureField.py +79 -0
- spire/pdf/PdfSignatureFieldWidget.py +41 -0
- spire/pdf/PdfSignatureMaker.py +165 -0
- spire/pdf/PdfSignatureProperties.py +61 -0
- spire/pdf/PdfSignatureStyledField.py +192 -0
- spire/pdf/PdfSinglePageScalingMode.py +22 -0
- spire/pdf/PdfSingleValueField.py +13 -0
- spire/pdf/PdfSolidBrush.py +78 -0
- spire/pdf/PdfSortedList.py +146 -0
- spire/pdf/PdfSound.py +104 -0
- spire/pdf/PdfSoundAction.py +176 -0
- spire/pdf/PdfSoundAnnotation.py +86 -0
- spire/pdf/PdfSoundAnnotationWidget.py +69 -0
- spire/pdf/PdfSoundChannels.py +18 -0
- spire/pdf/PdfSoundEncoding.py +22 -0
- spire/pdf/PdfSoundIcon.py +15 -0
- spire/pdf/PdfSquareAnnotationWidget.py +45 -0
- spire/pdf/PdfStampCollection.py +115 -0
- spire/pdf/PdfStandardStructTypes.py +630 -0
- spire/pdf/PdfStandardsConverter.py +217 -0
- spire/pdf/PdfStateFieldWidget.py +32 -0
- spire/pdf/PdfStateItemCollection.py +29 -0
- spire/pdf/PdfStateWidgetItem.py +30 -0
- spire/pdf/PdfStateWidgetItemCollection.py +23 -0
- spire/pdf/PdfStaticField.py +13 -0
- spire/pdf/PdfStringFormat.py +284 -0
- spire/pdf/PdfStringLayoutResult.py +54 -0
- spire/pdf/PdfStringLayouter.py +44 -0
- spire/pdf/PdfStructContentItem.py +13 -0
- spire/pdf/PdfStructureAttributes.py +83 -0
- spire/pdf/PdfStructureElement.py +135 -0
- spire/pdf/PdfStructureTreeRoot.py +51 -0
- spire/pdf/PdfStyledAnnotationWidget.py +153 -0
- spire/pdf/PdfStyledField.py +233 -0
- spire/pdf/PdfStyledFieldWidget.py +329 -0
- spire/pdf/PdfSubSuperScript.py +15 -0
- spire/pdf/PdfSubmitAction.py +212 -0
- spire/pdf/PdfSubmitFormFlags.py +25 -0
- spire/pdf/PdfTable.py +421 -0
- spire/pdf/PdfTableDataSourceType.py +15 -0
- spire/pdf/PdfTableException.py +13 -0
- spire/pdf/PdfTableExtractor.py +42 -0
- spire/pdf/PdfTableLayoutFormat.py +42 -0
- spire/pdf/PdfTableLayoutResult.py +22 -0
- spire/pdf/PdfTableStyle.py +199 -0
- spire/pdf/PdfTaggedContent.py +45 -0
- spire/pdf/PdfTemplate.py +124 -0
- spire/pdf/PdfTexBoxWidgetItem.py +12 -0
- spire/pdf/PdfTextAlignment.py +16 -0
- spire/pdf/PdfTextAnnotationIcon.py +19 -0
- spire/pdf/PdfTextAnnotationWidget.py +21 -0
- spire/pdf/PdfTextBoxField.py +220 -0
- spire/pdf/PdfTextBoxFieldWidget.py +212 -0
- spire/pdf/PdfTextBoxWidgetItemCollection.py +29 -0
- spire/pdf/PdfTextExtractOptions.py +75 -0
- spire/pdf/PdfTextExtractor.py +35 -0
- spire/pdf/PdfTextFind.py +308 -0
- spire/pdf/PdfTextFindCollection.py +23 -0
- spire/pdf/PdfTextFindOptions.py +71 -0
- spire/pdf/PdfTextFinder.py +81 -0
- spire/pdf/PdfTextFragment.py +105 -0
- spire/pdf/PdfTextLayout.py +101 -0
- spire/pdf/PdfTextLayoutResult.py +33 -0
- spire/pdf/PdfTextMarkupAnnotation.py +126 -0
- spire/pdf/PdfTextMarkupAnnotationType.py +22 -0
- spire/pdf/PdfTextMarkupAnnotationWidget.py +53 -0
- spire/pdf/PdfTextReplaceOptions.py +37 -0
- spire/pdf/PdfTextReplacer.py +89 -0
- spire/pdf/PdfTextState.py +83 -0
- spire/pdf/PdfTextStyle.py +15 -0
- spire/pdf/PdfTextWebLink.py +63 -0
- spire/pdf/PdfTextWebLinkAnnotationWidget.py +39 -0
- spire/pdf/PdfTextWidget.py +227 -0
- spire/pdf/PdfTilingBrush.py +103 -0
- spire/pdf/PdfToDocConverter.py +123 -0
- spire/pdf/PdfToHtmlParameter.py +48 -0
- spire/pdf/PdfToLinearizedPdfConverter.py +65 -0
- spire/pdf/PdfToWordConverter.py +90 -0
- spire/pdf/PdfTransitionDimension.py +18 -0
- spire/pdf/PdfTransitionDirection.py +17 -0
- spire/pdf/PdfTransitionMotion.py +15 -0
- spire/pdf/PdfTransitionStyle.py +38 -0
- spire/pdf/PdfTrueTypeFont.py +58 -0
- spire/pdf/PdfUnidimensionalBarcode.py +173 -0
- spire/pdf/PdfUnitConvertor.py +151 -0
- spire/pdf/PdfUnorderedMarkerStyle.py +21 -0
- spire/pdf/PdfUriAction.py +30 -0
- spire/pdf/PdfUriAnnotation.py +72 -0
- spire/pdf/PdfUriAnnotationWidget.py +39 -0
- spire/pdf/PdfUsedFont.py +83 -0
- spire/pdf/PdfVersion.py +20 -0
- spire/pdf/PdfVerticalAlignment.py +16 -0
- spire/pdf/PdfViewerPreferences.py +162 -0
- spire/pdf/PdfVisibility.py +15 -0
- spire/pdf/PdfWatermarkAnnotation.py +86 -0
- spire/pdf/PdfWatermarkAnnotationWidget.py +19 -0
- spire/pdf/PdfWebLinkAnnotationWidget.py +21 -0
- spire/pdf/PdfWordWrapType.py +16 -0
- spire/pdf/PrintScalingMode.py +16 -0
- spire/pdf/ReplaceActionType.py +24 -0
- spire/pdf/Security_GraphicMode.py +17 -0
- spire/pdf/Security_IPdfSignatureFormatter.py +27 -0
- spire/pdf/Security_PdfSignature.py +703 -0
- spire/pdf/Security_SignImageLayout.py +18 -0
- spire/pdf/SignImageLayout.py +15 -0
- spire/pdf/SignInfoType.py +22 -0
- spire/pdf/SignTextAlignment.py +15 -0
- spire/pdf/SignatureConfiguerText.py +30 -0
- spire/pdf/SimpleTextExtractionStrategy.py +17 -0
- spire/pdf/StoreType.py +17 -0
- spire/pdf/SubmitDataFormat.py +16 -0
- spire/pdf/TSAHttpService.py +36 -0
- spire/pdf/TabOrder.py +22 -0
- spire/pdf/TableWidthType.py +14 -0
- spire/pdf/TextAlign.py +22 -0
- spire/pdf/TextFindParameter.py +22 -0
- spire/pdf/TextLocation.py +15 -0
- spire/pdf/Utilities_PdfImageInfo.py +68 -0
- spire/pdf/Utilities_PdfTable.py +48 -0
- spire/pdf/XFAForm.py +68 -0
- spire/pdf/XfaBarcodeField.py +84 -0
- spire/pdf/XfaButtonField.py +12 -0
- spire/pdf/XfaCheckButtonField.py +30 -0
- spire/pdf/XfaChoiceListField.py +53 -0
- spire/pdf/XfaDateTimeField.py +43 -0
- spire/pdf/XfaDoubleField.py +30 -0
- spire/pdf/XfaField.py +43 -0
- spire/pdf/XfaFloatField.py +30 -0
- spire/pdf/XfaImageField.py +49 -0
- spire/pdf/XfaIntField.py +30 -0
- spire/pdf/XfaSignatureField.py +12 -0
- spire/pdf/XfaTextField.py +30 -0
- spire/pdf/XlsxLineLayoutOptions.py +69 -0
- spire/pdf/XlsxOptions.py +12 -0
- spire/pdf/XlsxTextLayoutOptions.py +18 -0
- spire/pdf/__init__.py +699 -0
- spire/pdf/common/Boolean.py +194 -0
- spire/pdf/common/Byte.py +258 -0
- spire/pdf/common/Char.py +742 -0
- spire/pdf/common/Color.py +2189 -0
- spire/pdf/common/Common.py +152 -0
- spire/pdf/common/CultureInfo.py +567 -0
- spire/pdf/common/DateTime.py +1149 -0
- spire/pdf/common/Double.py +440 -0
- spire/pdf/common/EmfType.py +25 -0
- spire/pdf/common/Encoding.py +930 -0
- spire/pdf/common/FontStyle.py +27 -0
- spire/pdf/common/GraphicsUnit.py +29 -0
- spire/pdf/common/ICollection.py +73 -0
- spire/pdf/common/IDictionary.py +124 -0
- spire/pdf/common/IEnumerable.py +44 -0
- spire/pdf/common/IEnumerator.py +62 -0
- spire/pdf/common/IList.py +148 -0
- spire/pdf/common/Int16.py +274 -0
- spire/pdf/common/Int32.py +282 -0
- spire/pdf/common/Int64.py +258 -0
- spire/pdf/common/License.py +177 -0
- spire/pdf/common/PixelFormat.py +45 -0
- spire/pdf/common/Point.py +300 -0
- spire/pdf/common/PointF.py +276 -0
- spire/pdf/common/Rectangle.py +451 -0
- spire/pdf/common/RectangleF.py +438 -0
- spire/pdf/common/Regex.py +964 -0
- spire/pdf/common/RegexOptions.py +31 -0
- spire/pdf/common/Single.py +418 -0
- spire/pdf/common/Size.py +273 -0
- spire/pdf/common/SizeF.py +261 -0
- spire/pdf/common/SpireObject.py +81 -0
- spire/pdf/common/Stream.py +552 -0
- spire/pdf/common/String.py +1880 -0
- spire/pdf/common/TimeSpan.py +874 -0
- spire/pdf/common/UInt16.py +274 -0
- spire/pdf/common/UInt32.py +274 -0
- spire/pdf/common/UInt64.py +274 -0
- spire/pdf/common/__init__.py +383 -0
- spire/pdf/lib/Spire.Pdf.Base.so +0 -0
- spire/pdf/lib/__init__.py +0 -0
- spire/pdf/lib/libSkiaSharp.so +0 -0
- spire_pdf-11.6.1.dist-info/METADATA +149 -0
- spire_pdf-11.6.1.dist-info/RECORD +566 -0
- spire_pdf-11.6.1.dist-info/WHEEL +5 -0
- spire_pdf-11.6.1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,2189 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
from plum import dispatch
|
|
3
|
+
from typing import TypeVar,Union,Generic,List,Tuple
|
|
4
|
+
if __package__ == "spire.pdf.common":
|
|
5
|
+
from spire.pdf.common import *
|
|
6
|
+
elif __package__ == "spire.xls.common":
|
|
7
|
+
from spire.xls.common import *
|
|
8
|
+
elif __package__ == "spire.doc.common":
|
|
9
|
+
from spire.doc.common import *
|
|
10
|
+
elif __package__ == "spire.ocr.common":
|
|
11
|
+
from spire.ocr.common import *
|
|
12
|
+
else :
|
|
13
|
+
from spire.presentation.common import *
|
|
14
|
+
#from spire.xls import *
|
|
15
|
+
from ctypes import *
|
|
16
|
+
import abc
|
|
17
|
+
class Color (SpireObject) :
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
"""
|
|
21
|
+
@staticmethod
|
|
22
|
+
|
|
23
|
+
def get_Transparent()->'Color':
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
"""
|
|
27
|
+
#dlllib.Color_get_Transparent.argtypes=[]
|
|
28
|
+
dlllib.Color_get_Transparent.restype=c_void_p
|
|
29
|
+
intPtr = CallCFunction(dlllib.Color_get_Transparent)
|
|
30
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
31
|
+
return ret
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
@staticmethod
|
|
35
|
+
|
|
36
|
+
def get_AliceBlue()->'Color':
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
"""
|
|
40
|
+
#dlllib.Color_get_AliceBlue.argtypes=[]
|
|
41
|
+
dlllib.Color_get_AliceBlue.restype=c_void_p
|
|
42
|
+
intPtr = CallCFunction(dlllib.Color_get_AliceBlue)
|
|
43
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
44
|
+
return ret
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
@staticmethod
|
|
48
|
+
|
|
49
|
+
def get_AntiqueWhite()->'Color':
|
|
50
|
+
"""
|
|
51
|
+
|
|
52
|
+
"""
|
|
53
|
+
#dlllib.Color_get_AntiqueWhite.argtypes=[]
|
|
54
|
+
dlllib.Color_get_AntiqueWhite.restype=c_void_p
|
|
55
|
+
intPtr = CallCFunction(dlllib.Color_get_AntiqueWhite)
|
|
56
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
57
|
+
return ret
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
@staticmethod
|
|
61
|
+
|
|
62
|
+
def get_Aqua()->'Color':
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
"""
|
|
66
|
+
#dlllib.Color_get_Aqua.argtypes=[]
|
|
67
|
+
dlllib.Color_get_Aqua.restype=c_void_p
|
|
68
|
+
intPtr = CallCFunction(dlllib.Color_get_Aqua)
|
|
69
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
70
|
+
return ret
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
@staticmethod
|
|
74
|
+
|
|
75
|
+
def get_Aquamarine()->'Color':
|
|
76
|
+
"""
|
|
77
|
+
|
|
78
|
+
"""
|
|
79
|
+
#dlllib.Color_get_Aquamarine.argtypes=[]
|
|
80
|
+
dlllib.Color_get_Aquamarine.restype=c_void_p
|
|
81
|
+
intPtr = CallCFunction(dlllib.Color_get_Aquamarine)
|
|
82
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
83
|
+
return ret
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@staticmethod
|
|
87
|
+
|
|
88
|
+
def get_Azure()->'Color':
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
"""
|
|
92
|
+
#dlllib.Color_get_Azure.argtypes=[]
|
|
93
|
+
dlllib.Color_get_Azure.restype=c_void_p
|
|
94
|
+
intPtr = CallCFunction(dlllib.Color_get_Azure)
|
|
95
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
96
|
+
return ret
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
@staticmethod
|
|
100
|
+
|
|
101
|
+
def get_Beige()->'Color':
|
|
102
|
+
"""
|
|
103
|
+
|
|
104
|
+
"""
|
|
105
|
+
#dlllib.Color_get_Beige.argtypes=[]
|
|
106
|
+
dlllib.Color_get_Beige.restype=c_void_p
|
|
107
|
+
intPtr = CallCFunction(dlllib.Color_get_Beige)
|
|
108
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
109
|
+
return ret
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
@staticmethod
|
|
113
|
+
|
|
114
|
+
def get_Bisque()->'Color':
|
|
115
|
+
"""
|
|
116
|
+
|
|
117
|
+
"""
|
|
118
|
+
#dlllib.Color_get_Bisque.argtypes=[]
|
|
119
|
+
dlllib.Color_get_Bisque.restype=c_void_p
|
|
120
|
+
intPtr = CallCFunction(dlllib.Color_get_Bisque)
|
|
121
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
122
|
+
return ret
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
@staticmethod
|
|
126
|
+
|
|
127
|
+
def get_Black()->'Color':
|
|
128
|
+
"""
|
|
129
|
+
|
|
130
|
+
"""
|
|
131
|
+
#dlllib.Color_get_Black.argtypes=[]
|
|
132
|
+
dlllib.Color_get_Black.restype=c_void_p
|
|
133
|
+
intPtr = CallCFunction(dlllib.Color_get_Black)
|
|
134
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
135
|
+
return ret
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
@staticmethod
|
|
139
|
+
|
|
140
|
+
def get_BlanchedAlmond()->'Color':
|
|
141
|
+
"""
|
|
142
|
+
|
|
143
|
+
"""
|
|
144
|
+
#dlllib.Color_get_BlanchedAlmond.argtypes=[]
|
|
145
|
+
dlllib.Color_get_BlanchedAlmond.restype=c_void_p
|
|
146
|
+
intPtr = CallCFunction(dlllib.Color_get_BlanchedAlmond)
|
|
147
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
148
|
+
return ret
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
@staticmethod
|
|
152
|
+
|
|
153
|
+
def get_Blue()->'Color':
|
|
154
|
+
"""
|
|
155
|
+
|
|
156
|
+
"""
|
|
157
|
+
#dlllib.Color_get_Blue.argtypes=[]
|
|
158
|
+
dlllib.Color_get_Blue.restype=c_void_p
|
|
159
|
+
intPtr = CallCFunction(dlllib.Color_get_Blue)
|
|
160
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
161
|
+
return ret
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
@staticmethod
|
|
165
|
+
|
|
166
|
+
def get_BlueViolet()->'Color':
|
|
167
|
+
"""
|
|
168
|
+
|
|
169
|
+
"""
|
|
170
|
+
#dlllib.Color_get_BlueViolet.argtypes=[]
|
|
171
|
+
dlllib.Color_get_BlueViolet.restype=c_void_p
|
|
172
|
+
intPtr = CallCFunction(dlllib.Color_get_BlueViolet)
|
|
173
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
174
|
+
return ret
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
@staticmethod
|
|
178
|
+
|
|
179
|
+
def get_Brown()->'Color':
|
|
180
|
+
"""
|
|
181
|
+
|
|
182
|
+
"""
|
|
183
|
+
#dlllib.Color_get_Brown.argtypes=[]
|
|
184
|
+
dlllib.Color_get_Brown.restype=c_void_p
|
|
185
|
+
intPtr = CallCFunction(dlllib.Color_get_Brown)
|
|
186
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
187
|
+
return ret
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
@staticmethod
|
|
191
|
+
|
|
192
|
+
def get_BurlyWood()->'Color':
|
|
193
|
+
"""
|
|
194
|
+
|
|
195
|
+
"""
|
|
196
|
+
#dlllib.Color_get_BurlyWood.argtypes=[]
|
|
197
|
+
dlllib.Color_get_BurlyWood.restype=c_void_p
|
|
198
|
+
intPtr = CallCFunction(dlllib.Color_get_BurlyWood)
|
|
199
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
200
|
+
return ret
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
@staticmethod
|
|
204
|
+
|
|
205
|
+
def get_CadetBlue()->'Color':
|
|
206
|
+
"""
|
|
207
|
+
|
|
208
|
+
"""
|
|
209
|
+
#dlllib.Color_get_CadetBlue.argtypes=[]
|
|
210
|
+
dlllib.Color_get_CadetBlue.restype=c_void_p
|
|
211
|
+
intPtr = CallCFunction(dlllib.Color_get_CadetBlue)
|
|
212
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
213
|
+
return ret
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
@staticmethod
|
|
217
|
+
|
|
218
|
+
def get_Chartreuse()->'Color':
|
|
219
|
+
"""
|
|
220
|
+
|
|
221
|
+
"""
|
|
222
|
+
#dlllib.Color_get_Chartreuse.argtypes=[]
|
|
223
|
+
dlllib.Color_get_Chartreuse.restype=c_void_p
|
|
224
|
+
intPtr = CallCFunction(dlllib.Color_get_Chartreuse)
|
|
225
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
226
|
+
return ret
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
@staticmethod
|
|
230
|
+
|
|
231
|
+
def get_Chocolate()->'Color':
|
|
232
|
+
"""
|
|
233
|
+
|
|
234
|
+
"""
|
|
235
|
+
#dlllib.Color_get_Chocolate.argtypes=[]
|
|
236
|
+
dlllib.Color_get_Chocolate.restype=c_void_p
|
|
237
|
+
intPtr = CallCFunction(dlllib.Color_get_Chocolate)
|
|
238
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
239
|
+
return ret
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
@staticmethod
|
|
243
|
+
|
|
244
|
+
def get_Coral()->'Color':
|
|
245
|
+
"""
|
|
246
|
+
|
|
247
|
+
"""
|
|
248
|
+
#dlllib.Color_get_Coral.argtypes=[]
|
|
249
|
+
dlllib.Color_get_Coral.restype=c_void_p
|
|
250
|
+
intPtr = CallCFunction(dlllib.Color_get_Coral)
|
|
251
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
252
|
+
return ret
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
@staticmethod
|
|
256
|
+
|
|
257
|
+
def get_CornflowerBlue()->'Color':
|
|
258
|
+
"""
|
|
259
|
+
|
|
260
|
+
"""
|
|
261
|
+
#dlllib.Color_get_CornflowerBlue.argtypes=[]
|
|
262
|
+
dlllib.Color_get_CornflowerBlue.restype=c_void_p
|
|
263
|
+
intPtr = CallCFunction(dlllib.Color_get_CornflowerBlue)
|
|
264
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
265
|
+
return ret
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
@staticmethod
|
|
269
|
+
|
|
270
|
+
def get_Cornsilk()->'Color':
|
|
271
|
+
"""
|
|
272
|
+
|
|
273
|
+
"""
|
|
274
|
+
#dlllib.Color_get_Cornsilk.argtypes=[]
|
|
275
|
+
dlllib.Color_get_Cornsilk.restype=c_void_p
|
|
276
|
+
intPtr = CallCFunction(dlllib.Color_get_Cornsilk)
|
|
277
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
278
|
+
return ret
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
@staticmethod
|
|
282
|
+
|
|
283
|
+
def get_Crimson()->'Color':
|
|
284
|
+
"""
|
|
285
|
+
|
|
286
|
+
"""
|
|
287
|
+
#dlllib.Color_get_Crimson.argtypes=[]
|
|
288
|
+
dlllib.Color_get_Crimson.restype=c_void_p
|
|
289
|
+
intPtr = CallCFunction(dlllib.Color_get_Crimson)
|
|
290
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
291
|
+
return ret
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
@staticmethod
|
|
295
|
+
|
|
296
|
+
def get_Cyan()->'Color':
|
|
297
|
+
"""
|
|
298
|
+
|
|
299
|
+
"""
|
|
300
|
+
#dlllib.Color_get_Cyan.argtypes=[]
|
|
301
|
+
dlllib.Color_get_Cyan.restype=c_void_p
|
|
302
|
+
intPtr = CallCFunction(dlllib.Color_get_Cyan)
|
|
303
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
304
|
+
return ret
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
@staticmethod
|
|
308
|
+
|
|
309
|
+
def get_DarkBlue()->'Color':
|
|
310
|
+
"""
|
|
311
|
+
|
|
312
|
+
"""
|
|
313
|
+
#dlllib.Color_get_DarkBlue.argtypes=[]
|
|
314
|
+
dlllib.Color_get_DarkBlue.restype=c_void_p
|
|
315
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkBlue)
|
|
316
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
317
|
+
return ret
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
@staticmethod
|
|
321
|
+
|
|
322
|
+
def get_DarkCyan()->'Color':
|
|
323
|
+
"""
|
|
324
|
+
|
|
325
|
+
"""
|
|
326
|
+
#dlllib.Color_get_DarkCyan.argtypes=[]
|
|
327
|
+
dlllib.Color_get_DarkCyan.restype=c_void_p
|
|
328
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkCyan)
|
|
329
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
330
|
+
return ret
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
@staticmethod
|
|
334
|
+
|
|
335
|
+
def get_DarkGoldenrod()->'Color':
|
|
336
|
+
"""
|
|
337
|
+
|
|
338
|
+
"""
|
|
339
|
+
#dlllib.Color_get_DarkGoldenrod.argtypes=[]
|
|
340
|
+
dlllib.Color_get_DarkGoldenrod.restype=c_void_p
|
|
341
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkGoldenrod)
|
|
342
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
343
|
+
return ret
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
@staticmethod
|
|
347
|
+
|
|
348
|
+
def get_DarkGray()->'Color':
|
|
349
|
+
"""
|
|
350
|
+
|
|
351
|
+
"""
|
|
352
|
+
#dlllib.Color_get_DarkGray.argtypes=[]
|
|
353
|
+
dlllib.Color_get_DarkGray.restype=c_void_p
|
|
354
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkGray)
|
|
355
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
356
|
+
return ret
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
@staticmethod
|
|
360
|
+
|
|
361
|
+
def get_DarkGreen()->'Color':
|
|
362
|
+
"""
|
|
363
|
+
|
|
364
|
+
"""
|
|
365
|
+
#dlllib.Color_get_DarkGreen.argtypes=[]
|
|
366
|
+
dlllib.Color_get_DarkGreen.restype=c_void_p
|
|
367
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkGreen)
|
|
368
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
369
|
+
return ret
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
@staticmethod
|
|
373
|
+
|
|
374
|
+
def get_DarkKhaki()->'Color':
|
|
375
|
+
"""
|
|
376
|
+
|
|
377
|
+
"""
|
|
378
|
+
#dlllib.Color_get_DarkKhaki.argtypes=[]
|
|
379
|
+
dlllib.Color_get_DarkKhaki.restype=c_void_p
|
|
380
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkKhaki)
|
|
381
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
382
|
+
return ret
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
@staticmethod
|
|
386
|
+
|
|
387
|
+
def get_DarkMagenta()->'Color':
|
|
388
|
+
"""
|
|
389
|
+
|
|
390
|
+
"""
|
|
391
|
+
#dlllib.Color_get_DarkMagenta.argtypes=[]
|
|
392
|
+
dlllib.Color_get_DarkMagenta.restype=c_void_p
|
|
393
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkMagenta)
|
|
394
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
395
|
+
return ret
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
@staticmethod
|
|
399
|
+
|
|
400
|
+
def get_DarkOliveGreen()->'Color':
|
|
401
|
+
"""
|
|
402
|
+
|
|
403
|
+
"""
|
|
404
|
+
#dlllib.Color_get_DarkOliveGreen.argtypes=[]
|
|
405
|
+
dlllib.Color_get_DarkOliveGreen.restype=c_void_p
|
|
406
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkOliveGreen)
|
|
407
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
408
|
+
return ret
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
@staticmethod
|
|
412
|
+
|
|
413
|
+
def get_DarkOrange()->'Color':
|
|
414
|
+
"""
|
|
415
|
+
|
|
416
|
+
"""
|
|
417
|
+
#dlllib.Color_get_DarkOrange.argtypes=[]
|
|
418
|
+
dlllib.Color_get_DarkOrange.restype=c_void_p
|
|
419
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkOrange)
|
|
420
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
421
|
+
return ret
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
@staticmethod
|
|
425
|
+
|
|
426
|
+
def get_DarkOrchid()->'Color':
|
|
427
|
+
"""
|
|
428
|
+
|
|
429
|
+
"""
|
|
430
|
+
#dlllib.Color_get_DarkOrchid.argtypes=[]
|
|
431
|
+
dlllib.Color_get_DarkOrchid.restype=c_void_p
|
|
432
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkOrchid)
|
|
433
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
434
|
+
return ret
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
@staticmethod
|
|
438
|
+
|
|
439
|
+
def get_DarkRed()->'Color':
|
|
440
|
+
"""
|
|
441
|
+
|
|
442
|
+
"""
|
|
443
|
+
#dlllib.Color_get_DarkRed.argtypes=[]
|
|
444
|
+
dlllib.Color_get_DarkRed.restype=c_void_p
|
|
445
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkRed)
|
|
446
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
447
|
+
return ret
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
@staticmethod
|
|
451
|
+
|
|
452
|
+
def get_DarkSalmon()->'Color':
|
|
453
|
+
"""
|
|
454
|
+
|
|
455
|
+
"""
|
|
456
|
+
#dlllib.Color_get_DarkSalmon.argtypes=[]
|
|
457
|
+
dlllib.Color_get_DarkSalmon.restype=c_void_p
|
|
458
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkSalmon)
|
|
459
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
460
|
+
return ret
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
@staticmethod
|
|
464
|
+
|
|
465
|
+
def get_DarkSeaGreen()->'Color':
|
|
466
|
+
"""
|
|
467
|
+
|
|
468
|
+
"""
|
|
469
|
+
#dlllib.Color_get_DarkSeaGreen.argtypes=[]
|
|
470
|
+
dlllib.Color_get_DarkSeaGreen.restype=c_void_p
|
|
471
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkSeaGreen)
|
|
472
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
473
|
+
return ret
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
@staticmethod
|
|
477
|
+
|
|
478
|
+
def get_DarkSlateBlue()->'Color':
|
|
479
|
+
"""
|
|
480
|
+
|
|
481
|
+
"""
|
|
482
|
+
#dlllib.Color_get_DarkSlateBlue.argtypes=[]
|
|
483
|
+
dlllib.Color_get_DarkSlateBlue.restype=c_void_p
|
|
484
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkSlateBlue)
|
|
485
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
486
|
+
return ret
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
@staticmethod
|
|
490
|
+
|
|
491
|
+
def get_DarkSlateGray()->'Color':
|
|
492
|
+
"""
|
|
493
|
+
|
|
494
|
+
"""
|
|
495
|
+
#dlllib.Color_get_DarkSlateGray.argtypes=[]
|
|
496
|
+
dlllib.Color_get_DarkSlateGray.restype=c_void_p
|
|
497
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkSlateGray)
|
|
498
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
499
|
+
return ret
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
@staticmethod
|
|
503
|
+
|
|
504
|
+
def get_DarkTurquoise()->'Color':
|
|
505
|
+
"""
|
|
506
|
+
|
|
507
|
+
"""
|
|
508
|
+
#dlllib.Color_get_DarkTurquoise.argtypes=[]
|
|
509
|
+
dlllib.Color_get_DarkTurquoise.restype=c_void_p
|
|
510
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkTurquoise)
|
|
511
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
512
|
+
return ret
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
@staticmethod
|
|
516
|
+
|
|
517
|
+
def get_DarkViolet()->'Color':
|
|
518
|
+
"""
|
|
519
|
+
|
|
520
|
+
"""
|
|
521
|
+
#dlllib.Color_get_DarkViolet.argtypes=[]
|
|
522
|
+
dlllib.Color_get_DarkViolet.restype=c_void_p
|
|
523
|
+
intPtr = CallCFunction(dlllib.Color_get_DarkViolet)
|
|
524
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
525
|
+
return ret
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
@staticmethod
|
|
529
|
+
|
|
530
|
+
def get_DeepPink()->'Color':
|
|
531
|
+
"""
|
|
532
|
+
|
|
533
|
+
"""
|
|
534
|
+
#dlllib.Color_get_DeepPink.argtypes=[]
|
|
535
|
+
dlllib.Color_get_DeepPink.restype=c_void_p
|
|
536
|
+
intPtr = CallCFunction(dlllib.Color_get_DeepPink)
|
|
537
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
538
|
+
return ret
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
@staticmethod
|
|
542
|
+
|
|
543
|
+
def get_DeepSkyBlue()->'Color':
|
|
544
|
+
"""
|
|
545
|
+
|
|
546
|
+
"""
|
|
547
|
+
#dlllib.Color_get_DeepSkyBlue.argtypes=[]
|
|
548
|
+
dlllib.Color_get_DeepSkyBlue.restype=c_void_p
|
|
549
|
+
intPtr = CallCFunction(dlllib.Color_get_DeepSkyBlue)
|
|
550
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
551
|
+
return ret
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
@staticmethod
|
|
555
|
+
|
|
556
|
+
def get_DimGray()->'Color':
|
|
557
|
+
"""
|
|
558
|
+
|
|
559
|
+
"""
|
|
560
|
+
#dlllib.Color_get_DimGray.argtypes=[]
|
|
561
|
+
dlllib.Color_get_DimGray.restype=c_void_p
|
|
562
|
+
intPtr = CallCFunction(dlllib.Color_get_DimGray)
|
|
563
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
564
|
+
return ret
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
@staticmethod
|
|
568
|
+
|
|
569
|
+
def get_DodgerBlue()->'Color':
|
|
570
|
+
"""
|
|
571
|
+
|
|
572
|
+
"""
|
|
573
|
+
#dlllib.Color_get_DodgerBlue.argtypes=[]
|
|
574
|
+
dlllib.Color_get_DodgerBlue.restype=c_void_p
|
|
575
|
+
intPtr = CallCFunction(dlllib.Color_get_DodgerBlue)
|
|
576
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
577
|
+
return ret
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
@staticmethod
|
|
581
|
+
|
|
582
|
+
def get_Firebrick()->'Color':
|
|
583
|
+
"""
|
|
584
|
+
|
|
585
|
+
"""
|
|
586
|
+
#dlllib.Color_get_Firebrick.argtypes=[]
|
|
587
|
+
dlllib.Color_get_Firebrick.restype=c_void_p
|
|
588
|
+
intPtr = CallCFunction(dlllib.Color_get_Firebrick)
|
|
589
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
590
|
+
return ret
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
@staticmethod
|
|
594
|
+
|
|
595
|
+
def get_FloralWhite()->'Color':
|
|
596
|
+
"""
|
|
597
|
+
|
|
598
|
+
"""
|
|
599
|
+
#dlllib.Color_get_FloralWhite.argtypes=[]
|
|
600
|
+
dlllib.Color_get_FloralWhite.restype=c_void_p
|
|
601
|
+
intPtr = CallCFunction(dlllib.Color_get_FloralWhite)
|
|
602
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
603
|
+
return ret
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
@staticmethod
|
|
607
|
+
|
|
608
|
+
def get_ForestGreen()->'Color':
|
|
609
|
+
"""
|
|
610
|
+
|
|
611
|
+
"""
|
|
612
|
+
#dlllib.Color_get_ForestGreen.argtypes=[]
|
|
613
|
+
dlllib.Color_get_ForestGreen.restype=c_void_p
|
|
614
|
+
intPtr = CallCFunction(dlllib.Color_get_ForestGreen)
|
|
615
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
616
|
+
return ret
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
@staticmethod
|
|
620
|
+
|
|
621
|
+
def get_Fuchsia()->'Color':
|
|
622
|
+
"""
|
|
623
|
+
|
|
624
|
+
"""
|
|
625
|
+
#dlllib.Color_get_Fuchsia.argtypes=[]
|
|
626
|
+
dlllib.Color_get_Fuchsia.restype=c_void_p
|
|
627
|
+
intPtr = CallCFunction(dlllib.Color_get_Fuchsia)
|
|
628
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
629
|
+
return ret
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
@staticmethod
|
|
633
|
+
|
|
634
|
+
def get_Gainsboro()->'Color':
|
|
635
|
+
"""
|
|
636
|
+
|
|
637
|
+
"""
|
|
638
|
+
#dlllib.Color_get_Gainsboro.argtypes=[]
|
|
639
|
+
dlllib.Color_get_Gainsboro.restype=c_void_p
|
|
640
|
+
intPtr = CallCFunction(dlllib.Color_get_Gainsboro)
|
|
641
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
642
|
+
return ret
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
@staticmethod
|
|
646
|
+
|
|
647
|
+
def get_GhostWhite()->'Color':
|
|
648
|
+
"""
|
|
649
|
+
|
|
650
|
+
"""
|
|
651
|
+
#dlllib.Color_get_GhostWhite.argtypes=[]
|
|
652
|
+
dlllib.Color_get_GhostWhite.restype=c_void_p
|
|
653
|
+
intPtr = CallCFunction(dlllib.Color_get_GhostWhite)
|
|
654
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
655
|
+
return ret
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
@staticmethod
|
|
659
|
+
|
|
660
|
+
def get_Gold()->'Color':
|
|
661
|
+
"""
|
|
662
|
+
|
|
663
|
+
"""
|
|
664
|
+
#dlllib.Color_get_Gold.argtypes=[]
|
|
665
|
+
dlllib.Color_get_Gold.restype=c_void_p
|
|
666
|
+
intPtr = CallCFunction(dlllib.Color_get_Gold)
|
|
667
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
668
|
+
return ret
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
@staticmethod
|
|
672
|
+
|
|
673
|
+
def get_Goldenrod()->'Color':
|
|
674
|
+
"""
|
|
675
|
+
|
|
676
|
+
"""
|
|
677
|
+
#dlllib.Color_get_Goldenrod.argtypes=[]
|
|
678
|
+
dlllib.Color_get_Goldenrod.restype=c_void_p
|
|
679
|
+
intPtr = CallCFunction(dlllib.Color_get_Goldenrod)
|
|
680
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
681
|
+
return ret
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
@staticmethod
|
|
685
|
+
|
|
686
|
+
def get_Gray()->'Color':
|
|
687
|
+
"""
|
|
688
|
+
|
|
689
|
+
"""
|
|
690
|
+
#dlllib.Color_get_Gray.argtypes=[]
|
|
691
|
+
dlllib.Color_get_Gray.restype=c_void_p
|
|
692
|
+
intPtr = CallCFunction(dlllib.Color_get_Gray)
|
|
693
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
694
|
+
return ret
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
@staticmethod
|
|
698
|
+
|
|
699
|
+
def get_Green()->'Color':
|
|
700
|
+
"""
|
|
701
|
+
|
|
702
|
+
"""
|
|
703
|
+
#dlllib.Color_get_Green.argtypes=[]
|
|
704
|
+
dlllib.Color_get_Green.restype=c_void_p
|
|
705
|
+
intPtr = CallCFunction(dlllib.Color_get_Green)
|
|
706
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
707
|
+
return ret
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
@staticmethod
|
|
711
|
+
|
|
712
|
+
def get_GreenYellow()->'Color':
|
|
713
|
+
"""
|
|
714
|
+
|
|
715
|
+
"""
|
|
716
|
+
#dlllib.Color_get_GreenYellow.argtypes=[]
|
|
717
|
+
dlllib.Color_get_GreenYellow.restype=c_void_p
|
|
718
|
+
intPtr = CallCFunction(dlllib.Color_get_GreenYellow)
|
|
719
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
720
|
+
return ret
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
@staticmethod
|
|
724
|
+
|
|
725
|
+
def get_Honeydew()->'Color':
|
|
726
|
+
"""
|
|
727
|
+
|
|
728
|
+
"""
|
|
729
|
+
#dlllib.Color_get_Honeydew.argtypes=[]
|
|
730
|
+
dlllib.Color_get_Honeydew.restype=c_void_p
|
|
731
|
+
intPtr = CallCFunction(dlllib.Color_get_Honeydew)
|
|
732
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
733
|
+
return ret
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
@staticmethod
|
|
737
|
+
|
|
738
|
+
def get_HotPink()->'Color':
|
|
739
|
+
"""
|
|
740
|
+
|
|
741
|
+
"""
|
|
742
|
+
#dlllib.Color_get_HotPink.argtypes=[]
|
|
743
|
+
dlllib.Color_get_HotPink.restype=c_void_p
|
|
744
|
+
intPtr = CallCFunction(dlllib.Color_get_HotPink)
|
|
745
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
746
|
+
return ret
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
@staticmethod
|
|
750
|
+
|
|
751
|
+
def get_IndianRed()->'Color':
|
|
752
|
+
"""
|
|
753
|
+
|
|
754
|
+
"""
|
|
755
|
+
#dlllib.Color_get_IndianRed.argtypes=[]
|
|
756
|
+
dlllib.Color_get_IndianRed.restype=c_void_p
|
|
757
|
+
intPtr = CallCFunction(dlllib.Color_get_IndianRed)
|
|
758
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
759
|
+
return ret
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
@staticmethod
|
|
763
|
+
|
|
764
|
+
def get_Indigo()->'Color':
|
|
765
|
+
"""
|
|
766
|
+
|
|
767
|
+
"""
|
|
768
|
+
#dlllib.Color_get_Indigo.argtypes=[]
|
|
769
|
+
dlllib.Color_get_Indigo.restype=c_void_p
|
|
770
|
+
intPtr = CallCFunction(dlllib.Color_get_Indigo)
|
|
771
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
772
|
+
return ret
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
@staticmethod
|
|
776
|
+
|
|
777
|
+
def get_Ivory()->'Color':
|
|
778
|
+
"""
|
|
779
|
+
|
|
780
|
+
"""
|
|
781
|
+
#dlllib.Color_get_Ivory.argtypes=[]
|
|
782
|
+
dlllib.Color_get_Ivory.restype=c_void_p
|
|
783
|
+
intPtr = CallCFunction(dlllib.Color_get_Ivory)
|
|
784
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
785
|
+
return ret
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
@staticmethod
|
|
789
|
+
|
|
790
|
+
def get_Khaki()->'Color':
|
|
791
|
+
"""
|
|
792
|
+
|
|
793
|
+
"""
|
|
794
|
+
#dlllib.Color_get_Khaki.argtypes=[]
|
|
795
|
+
dlllib.Color_get_Khaki.restype=c_void_p
|
|
796
|
+
intPtr = CallCFunction(dlllib.Color_get_Khaki)
|
|
797
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
798
|
+
return ret
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
@staticmethod
|
|
802
|
+
|
|
803
|
+
def get_Lavender()->'Color':
|
|
804
|
+
"""
|
|
805
|
+
|
|
806
|
+
"""
|
|
807
|
+
#dlllib.Color_get_Lavender.argtypes=[]
|
|
808
|
+
dlllib.Color_get_Lavender.restype=c_void_p
|
|
809
|
+
intPtr = CallCFunction(dlllib.Color_get_Lavender)
|
|
810
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
811
|
+
return ret
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
@staticmethod
|
|
815
|
+
|
|
816
|
+
def get_LavenderBlush()->'Color':
|
|
817
|
+
"""
|
|
818
|
+
|
|
819
|
+
"""
|
|
820
|
+
#dlllib.Color_get_LavenderBlush.argtypes=[]
|
|
821
|
+
dlllib.Color_get_LavenderBlush.restype=c_void_p
|
|
822
|
+
intPtr = CallCFunction(dlllib.Color_get_LavenderBlush)
|
|
823
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
824
|
+
return ret
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
@staticmethod
|
|
828
|
+
|
|
829
|
+
def get_LawnGreen()->'Color':
|
|
830
|
+
"""
|
|
831
|
+
|
|
832
|
+
"""
|
|
833
|
+
#dlllib.Color_get_LawnGreen.argtypes=[]
|
|
834
|
+
dlllib.Color_get_LawnGreen.restype=c_void_p
|
|
835
|
+
intPtr = CallCFunction(dlllib.Color_get_LawnGreen)
|
|
836
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
837
|
+
return ret
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
@staticmethod
|
|
841
|
+
|
|
842
|
+
def get_LemonChiffon()->'Color':
|
|
843
|
+
"""
|
|
844
|
+
|
|
845
|
+
"""
|
|
846
|
+
#dlllib.Color_get_LemonChiffon.argtypes=[]
|
|
847
|
+
dlllib.Color_get_LemonChiffon.restype=c_void_p
|
|
848
|
+
intPtr = CallCFunction(dlllib.Color_get_LemonChiffon)
|
|
849
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
850
|
+
return ret
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
@staticmethod
|
|
854
|
+
|
|
855
|
+
def get_LightBlue()->'Color':
|
|
856
|
+
"""
|
|
857
|
+
|
|
858
|
+
"""
|
|
859
|
+
#dlllib.Color_get_LightBlue.argtypes=[]
|
|
860
|
+
dlllib.Color_get_LightBlue.restype=c_void_p
|
|
861
|
+
intPtr = CallCFunction(dlllib.Color_get_LightBlue)
|
|
862
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
863
|
+
return ret
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
@staticmethod
|
|
867
|
+
|
|
868
|
+
def get_LightCoral()->'Color':
|
|
869
|
+
"""
|
|
870
|
+
|
|
871
|
+
"""
|
|
872
|
+
#dlllib.Color_get_LightCoral.argtypes=[]
|
|
873
|
+
dlllib.Color_get_LightCoral.restype=c_void_p
|
|
874
|
+
intPtr = CallCFunction(dlllib.Color_get_LightCoral)
|
|
875
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
876
|
+
return ret
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
@staticmethod
|
|
880
|
+
|
|
881
|
+
def get_LightCyan()->'Color':
|
|
882
|
+
"""
|
|
883
|
+
|
|
884
|
+
"""
|
|
885
|
+
#dlllib.Color_get_LightCyan.argtypes=[]
|
|
886
|
+
dlllib.Color_get_LightCyan.restype=c_void_p
|
|
887
|
+
intPtr = CallCFunction(dlllib.Color_get_LightCyan)
|
|
888
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
889
|
+
return ret
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
@staticmethod
|
|
893
|
+
|
|
894
|
+
def get_LightGoldenrodYellow()->'Color':
|
|
895
|
+
"""
|
|
896
|
+
|
|
897
|
+
"""
|
|
898
|
+
#dlllib.Color_get_LightGoldenrodYellow.argtypes=[]
|
|
899
|
+
dlllib.Color_get_LightGoldenrodYellow.restype=c_void_p
|
|
900
|
+
intPtr = CallCFunction(dlllib.Color_get_LightGoldenrodYellow)
|
|
901
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
902
|
+
return ret
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
@staticmethod
|
|
906
|
+
|
|
907
|
+
def get_LightGreen()->'Color':
|
|
908
|
+
"""
|
|
909
|
+
|
|
910
|
+
"""
|
|
911
|
+
#dlllib.Color_get_LightGreen.argtypes=[]
|
|
912
|
+
dlllib.Color_get_LightGreen.restype=c_void_p
|
|
913
|
+
intPtr = CallCFunction(dlllib.Color_get_LightGreen)
|
|
914
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
915
|
+
return ret
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
@staticmethod
|
|
919
|
+
|
|
920
|
+
def get_LightGray()->'Color':
|
|
921
|
+
"""
|
|
922
|
+
|
|
923
|
+
"""
|
|
924
|
+
#dlllib.Color_get_LightGray.argtypes=[]
|
|
925
|
+
dlllib.Color_get_LightGray.restype=c_void_p
|
|
926
|
+
intPtr = CallCFunction(dlllib.Color_get_LightGray)
|
|
927
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
928
|
+
return ret
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
@staticmethod
|
|
932
|
+
|
|
933
|
+
def get_LightPink()->'Color':
|
|
934
|
+
"""
|
|
935
|
+
|
|
936
|
+
"""
|
|
937
|
+
#dlllib.Color_get_LightPink.argtypes=[]
|
|
938
|
+
dlllib.Color_get_LightPink.restype=c_void_p
|
|
939
|
+
intPtr = CallCFunction(dlllib.Color_get_LightPink)
|
|
940
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
941
|
+
return ret
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
@staticmethod
|
|
945
|
+
|
|
946
|
+
def get_LightSalmon()->'Color':
|
|
947
|
+
"""
|
|
948
|
+
|
|
949
|
+
"""
|
|
950
|
+
#dlllib.Color_get_LightSalmon.argtypes=[]
|
|
951
|
+
dlllib.Color_get_LightSalmon.restype=c_void_p
|
|
952
|
+
intPtr = CallCFunction(dlllib.Color_get_LightSalmon)
|
|
953
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
954
|
+
return ret
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
@staticmethod
|
|
958
|
+
|
|
959
|
+
def get_LightSeaGreen()->'Color':
|
|
960
|
+
"""
|
|
961
|
+
|
|
962
|
+
"""
|
|
963
|
+
#dlllib.Color_get_LightSeaGreen.argtypes=[]
|
|
964
|
+
dlllib.Color_get_LightSeaGreen.restype=c_void_p
|
|
965
|
+
intPtr = CallCFunction(dlllib.Color_get_LightSeaGreen)
|
|
966
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
967
|
+
return ret
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
@staticmethod
|
|
971
|
+
|
|
972
|
+
def get_LightSkyBlue()->'Color':
|
|
973
|
+
"""
|
|
974
|
+
|
|
975
|
+
"""
|
|
976
|
+
#dlllib.Color_get_LightSkyBlue.argtypes=[]
|
|
977
|
+
dlllib.Color_get_LightSkyBlue.restype=c_void_p
|
|
978
|
+
intPtr = CallCFunction(dlllib.Color_get_LightSkyBlue)
|
|
979
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
980
|
+
return ret
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
@staticmethod
|
|
984
|
+
|
|
985
|
+
def get_LightSlateGray()->'Color':
|
|
986
|
+
"""
|
|
987
|
+
|
|
988
|
+
"""
|
|
989
|
+
#dlllib.Color_get_LightSlateGray.argtypes=[]
|
|
990
|
+
dlllib.Color_get_LightSlateGray.restype=c_void_p
|
|
991
|
+
intPtr = CallCFunction(dlllib.Color_get_LightSlateGray)
|
|
992
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
993
|
+
return ret
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
@staticmethod
|
|
997
|
+
|
|
998
|
+
def get_LightSteelBlue()->'Color':
|
|
999
|
+
"""
|
|
1000
|
+
|
|
1001
|
+
"""
|
|
1002
|
+
#dlllib.Color_get_LightSteelBlue.argtypes=[]
|
|
1003
|
+
dlllib.Color_get_LightSteelBlue.restype=c_void_p
|
|
1004
|
+
intPtr = CallCFunction(dlllib.Color_get_LightSteelBlue)
|
|
1005
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1006
|
+
return ret
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
@staticmethod
|
|
1010
|
+
|
|
1011
|
+
def get_LightYellow()->'Color':
|
|
1012
|
+
"""
|
|
1013
|
+
|
|
1014
|
+
"""
|
|
1015
|
+
#dlllib.Color_get_LightYellow.argtypes=[]
|
|
1016
|
+
dlllib.Color_get_LightYellow.restype=c_void_p
|
|
1017
|
+
intPtr = CallCFunction(dlllib.Color_get_LightYellow)
|
|
1018
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1019
|
+
return ret
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
@staticmethod
|
|
1023
|
+
|
|
1024
|
+
def get_Lime()->'Color':
|
|
1025
|
+
"""
|
|
1026
|
+
|
|
1027
|
+
"""
|
|
1028
|
+
#dlllib.Color_get_Lime.argtypes=[]
|
|
1029
|
+
dlllib.Color_get_Lime.restype=c_void_p
|
|
1030
|
+
intPtr = CallCFunction(dlllib.Color_get_Lime)
|
|
1031
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1032
|
+
return ret
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
@staticmethod
|
|
1036
|
+
|
|
1037
|
+
def get_LimeGreen()->'Color':
|
|
1038
|
+
"""
|
|
1039
|
+
|
|
1040
|
+
"""
|
|
1041
|
+
#dlllib.Color_get_LimeGreen.argtypes=[]
|
|
1042
|
+
dlllib.Color_get_LimeGreen.restype=c_void_p
|
|
1043
|
+
intPtr = CallCFunction(dlllib.Color_get_LimeGreen)
|
|
1044
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1045
|
+
return ret
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
@staticmethod
|
|
1049
|
+
|
|
1050
|
+
def get_Linen()->'Color':
|
|
1051
|
+
"""
|
|
1052
|
+
|
|
1053
|
+
"""
|
|
1054
|
+
#dlllib.Color_get_Linen.argtypes=[]
|
|
1055
|
+
dlllib.Color_get_Linen.restype=c_void_p
|
|
1056
|
+
intPtr = CallCFunction(dlllib.Color_get_Linen)
|
|
1057
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1058
|
+
return ret
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
@staticmethod
|
|
1062
|
+
|
|
1063
|
+
def get_Magenta()->'Color':
|
|
1064
|
+
"""
|
|
1065
|
+
|
|
1066
|
+
"""
|
|
1067
|
+
#dlllib.Color_get_Magenta.argtypes=[]
|
|
1068
|
+
dlllib.Color_get_Magenta.restype=c_void_p
|
|
1069
|
+
intPtr = CallCFunction(dlllib.Color_get_Magenta)
|
|
1070
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1071
|
+
return ret
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
@staticmethod
|
|
1075
|
+
|
|
1076
|
+
def get_Maroon()->'Color':
|
|
1077
|
+
"""
|
|
1078
|
+
|
|
1079
|
+
"""
|
|
1080
|
+
#dlllib.Color_get_Maroon.argtypes=[]
|
|
1081
|
+
dlllib.Color_get_Maroon.restype=c_void_p
|
|
1082
|
+
intPtr = CallCFunction(dlllib.Color_get_Maroon)
|
|
1083
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1084
|
+
return ret
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
@staticmethod
|
|
1088
|
+
|
|
1089
|
+
def get_MediumAquamarine()->'Color':
|
|
1090
|
+
"""
|
|
1091
|
+
|
|
1092
|
+
"""
|
|
1093
|
+
#dlllib.Color_get_MediumAquamarine.argtypes=[]
|
|
1094
|
+
dlllib.Color_get_MediumAquamarine.restype=c_void_p
|
|
1095
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumAquamarine)
|
|
1096
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1097
|
+
return ret
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
@staticmethod
|
|
1101
|
+
|
|
1102
|
+
def get_MediumBlue()->'Color':
|
|
1103
|
+
"""
|
|
1104
|
+
|
|
1105
|
+
"""
|
|
1106
|
+
#dlllib.Color_get_MediumBlue.argtypes=[]
|
|
1107
|
+
dlllib.Color_get_MediumBlue.restype=c_void_p
|
|
1108
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumBlue)
|
|
1109
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1110
|
+
return ret
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
@staticmethod
|
|
1114
|
+
|
|
1115
|
+
def get_MediumOrchid()->'Color':
|
|
1116
|
+
"""
|
|
1117
|
+
|
|
1118
|
+
"""
|
|
1119
|
+
#dlllib.Color_get_MediumOrchid.argtypes=[]
|
|
1120
|
+
dlllib.Color_get_MediumOrchid.restype=c_void_p
|
|
1121
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumOrchid)
|
|
1122
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1123
|
+
return ret
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
@staticmethod
|
|
1127
|
+
|
|
1128
|
+
def get_MediumPurple()->'Color':
|
|
1129
|
+
"""
|
|
1130
|
+
|
|
1131
|
+
"""
|
|
1132
|
+
#dlllib.Color_get_MediumPurple.argtypes=[]
|
|
1133
|
+
dlllib.Color_get_MediumPurple.restype=c_void_p
|
|
1134
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumPurple)
|
|
1135
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1136
|
+
return ret
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
@staticmethod
|
|
1140
|
+
|
|
1141
|
+
def get_MediumSeaGreen()->'Color':
|
|
1142
|
+
"""
|
|
1143
|
+
|
|
1144
|
+
"""
|
|
1145
|
+
#dlllib.Color_get_MediumSeaGreen.argtypes=[]
|
|
1146
|
+
dlllib.Color_get_MediumSeaGreen.restype=c_void_p
|
|
1147
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumSeaGreen)
|
|
1148
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1149
|
+
return ret
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
@staticmethod
|
|
1153
|
+
|
|
1154
|
+
def get_MediumSlateBlue()->'Color':
|
|
1155
|
+
"""
|
|
1156
|
+
|
|
1157
|
+
"""
|
|
1158
|
+
#dlllib.Color_get_MediumSlateBlue.argtypes=[]
|
|
1159
|
+
dlllib.Color_get_MediumSlateBlue.restype=c_void_p
|
|
1160
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumSlateBlue)
|
|
1161
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1162
|
+
return ret
|
|
1163
|
+
|
|
1164
|
+
|
|
1165
|
+
@staticmethod
|
|
1166
|
+
|
|
1167
|
+
def get_MediumSpringGreen()->'Color':
|
|
1168
|
+
"""
|
|
1169
|
+
|
|
1170
|
+
"""
|
|
1171
|
+
#dlllib.Color_get_MediumSpringGreen.argtypes=[]
|
|
1172
|
+
dlllib.Color_get_MediumSpringGreen.restype=c_void_p
|
|
1173
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumSpringGreen)
|
|
1174
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1175
|
+
return ret
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
@staticmethod
|
|
1179
|
+
|
|
1180
|
+
def get_MediumTurquoise()->'Color':
|
|
1181
|
+
"""
|
|
1182
|
+
|
|
1183
|
+
"""
|
|
1184
|
+
#dlllib.Color_get_MediumTurquoise.argtypes=[]
|
|
1185
|
+
dlllib.Color_get_MediumTurquoise.restype=c_void_p
|
|
1186
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumTurquoise)
|
|
1187
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1188
|
+
return ret
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
@staticmethod
|
|
1192
|
+
|
|
1193
|
+
def get_MediumVioletRed()->'Color':
|
|
1194
|
+
"""
|
|
1195
|
+
|
|
1196
|
+
"""
|
|
1197
|
+
#dlllib.Color_get_MediumVioletRed.argtypes=[]
|
|
1198
|
+
dlllib.Color_get_MediumVioletRed.restype=c_void_p
|
|
1199
|
+
intPtr = CallCFunction(dlllib.Color_get_MediumVioletRed)
|
|
1200
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1201
|
+
return ret
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
@staticmethod
|
|
1205
|
+
|
|
1206
|
+
def get_MidnightBlue()->'Color':
|
|
1207
|
+
"""
|
|
1208
|
+
|
|
1209
|
+
"""
|
|
1210
|
+
#dlllib.Color_get_MidnightBlue.argtypes=[]
|
|
1211
|
+
dlllib.Color_get_MidnightBlue.restype=c_void_p
|
|
1212
|
+
intPtr = CallCFunction(dlllib.Color_get_MidnightBlue)
|
|
1213
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1214
|
+
return ret
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
@staticmethod
|
|
1218
|
+
|
|
1219
|
+
def get_MintCream()->'Color':
|
|
1220
|
+
"""
|
|
1221
|
+
|
|
1222
|
+
"""
|
|
1223
|
+
#dlllib.Color_get_MintCream.argtypes=[]
|
|
1224
|
+
dlllib.Color_get_MintCream.restype=c_void_p
|
|
1225
|
+
intPtr = CallCFunction(dlllib.Color_get_MintCream)
|
|
1226
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1227
|
+
return ret
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
@staticmethod
|
|
1231
|
+
|
|
1232
|
+
def get_MistyRose()->'Color':
|
|
1233
|
+
"""
|
|
1234
|
+
|
|
1235
|
+
"""
|
|
1236
|
+
#dlllib.Color_get_MistyRose.argtypes=[]
|
|
1237
|
+
dlllib.Color_get_MistyRose.restype=c_void_p
|
|
1238
|
+
intPtr = CallCFunction(dlllib.Color_get_MistyRose)
|
|
1239
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1240
|
+
return ret
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
@staticmethod
|
|
1244
|
+
|
|
1245
|
+
def get_Moccasin()->'Color':
|
|
1246
|
+
"""
|
|
1247
|
+
|
|
1248
|
+
"""
|
|
1249
|
+
#dlllib.Color_get_Moccasin.argtypes=[]
|
|
1250
|
+
dlllib.Color_get_Moccasin.restype=c_void_p
|
|
1251
|
+
intPtr = CallCFunction(dlllib.Color_get_Moccasin)
|
|
1252
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1253
|
+
return ret
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
@staticmethod
|
|
1257
|
+
|
|
1258
|
+
def get_NavajoWhite()->'Color':
|
|
1259
|
+
"""
|
|
1260
|
+
|
|
1261
|
+
"""
|
|
1262
|
+
#dlllib.Color_get_NavajoWhite.argtypes=[]
|
|
1263
|
+
dlllib.Color_get_NavajoWhite.restype=c_void_p
|
|
1264
|
+
intPtr = CallCFunction(dlllib.Color_get_NavajoWhite)
|
|
1265
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1266
|
+
return ret
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
@staticmethod
|
|
1270
|
+
|
|
1271
|
+
def get_Navy()->'Color':
|
|
1272
|
+
"""
|
|
1273
|
+
|
|
1274
|
+
"""
|
|
1275
|
+
#dlllib.Color_get_Navy.argtypes=[]
|
|
1276
|
+
dlllib.Color_get_Navy.restype=c_void_p
|
|
1277
|
+
intPtr = CallCFunction(dlllib.Color_get_Navy)
|
|
1278
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1279
|
+
return ret
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
@staticmethod
|
|
1283
|
+
|
|
1284
|
+
def get_OldLace()->'Color':
|
|
1285
|
+
"""
|
|
1286
|
+
|
|
1287
|
+
"""
|
|
1288
|
+
#dlllib.Color_get_OldLace.argtypes=[]
|
|
1289
|
+
dlllib.Color_get_OldLace.restype=c_void_p
|
|
1290
|
+
intPtr = CallCFunction(dlllib.Color_get_OldLace)
|
|
1291
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1292
|
+
return ret
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
@staticmethod
|
|
1296
|
+
|
|
1297
|
+
def get_Olive()->'Color':
|
|
1298
|
+
"""
|
|
1299
|
+
|
|
1300
|
+
"""
|
|
1301
|
+
#dlllib.Color_get_Olive.argtypes=[]
|
|
1302
|
+
dlllib.Color_get_Olive.restype=c_void_p
|
|
1303
|
+
intPtr = CallCFunction(dlllib.Color_get_Olive)
|
|
1304
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1305
|
+
return ret
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
@staticmethod
|
|
1309
|
+
|
|
1310
|
+
def get_OliveDrab()->'Color':
|
|
1311
|
+
"""
|
|
1312
|
+
|
|
1313
|
+
"""
|
|
1314
|
+
#dlllib.Color_get_OliveDrab.argtypes=[]
|
|
1315
|
+
dlllib.Color_get_OliveDrab.restype=c_void_p
|
|
1316
|
+
intPtr = CallCFunction(dlllib.Color_get_OliveDrab)
|
|
1317
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1318
|
+
return ret
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
@staticmethod
|
|
1322
|
+
|
|
1323
|
+
def get_Orange()->'Color':
|
|
1324
|
+
"""
|
|
1325
|
+
|
|
1326
|
+
"""
|
|
1327
|
+
#dlllib.Color_get_Orange.argtypes=[]
|
|
1328
|
+
dlllib.Color_get_Orange.restype=c_void_p
|
|
1329
|
+
intPtr = CallCFunction(dlllib.Color_get_Orange)
|
|
1330
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1331
|
+
return ret
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
@staticmethod
|
|
1335
|
+
|
|
1336
|
+
def get_OrangeRed()->'Color':
|
|
1337
|
+
"""
|
|
1338
|
+
|
|
1339
|
+
"""
|
|
1340
|
+
#dlllib.Color_get_OrangeRed.argtypes=[]
|
|
1341
|
+
dlllib.Color_get_OrangeRed.restype=c_void_p
|
|
1342
|
+
intPtr = CallCFunction(dlllib.Color_get_OrangeRed)
|
|
1343
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1344
|
+
return ret
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
@staticmethod
|
|
1348
|
+
|
|
1349
|
+
def get_Orchid()->'Color':
|
|
1350
|
+
"""
|
|
1351
|
+
|
|
1352
|
+
"""
|
|
1353
|
+
#dlllib.Color_get_Orchid.argtypes=[]
|
|
1354
|
+
dlllib.Color_get_Orchid.restype=c_void_p
|
|
1355
|
+
intPtr = CallCFunction(dlllib.Color_get_Orchid)
|
|
1356
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1357
|
+
return ret
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
@staticmethod
|
|
1361
|
+
|
|
1362
|
+
def get_PaleGoldenrod()->'Color':
|
|
1363
|
+
"""
|
|
1364
|
+
|
|
1365
|
+
"""
|
|
1366
|
+
#dlllib.Color_get_PaleGoldenrod.argtypes=[]
|
|
1367
|
+
dlllib.Color_get_PaleGoldenrod.restype=c_void_p
|
|
1368
|
+
intPtr = CallCFunction(dlllib.Color_get_PaleGoldenrod)
|
|
1369
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1370
|
+
return ret
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
@staticmethod
|
|
1374
|
+
|
|
1375
|
+
def get_PaleGreen()->'Color':
|
|
1376
|
+
"""
|
|
1377
|
+
|
|
1378
|
+
"""
|
|
1379
|
+
#dlllib.Color_get_PaleGreen.argtypes=[]
|
|
1380
|
+
dlllib.Color_get_PaleGreen.restype=c_void_p
|
|
1381
|
+
intPtr = CallCFunction(dlllib.Color_get_PaleGreen)
|
|
1382
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1383
|
+
return ret
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
@staticmethod
|
|
1387
|
+
|
|
1388
|
+
def get_PaleTurquoise()->'Color':
|
|
1389
|
+
"""
|
|
1390
|
+
|
|
1391
|
+
"""
|
|
1392
|
+
#dlllib.Color_get_PaleTurquoise.argtypes=[]
|
|
1393
|
+
dlllib.Color_get_PaleTurquoise.restype=c_void_p
|
|
1394
|
+
intPtr = CallCFunction(dlllib.Color_get_PaleTurquoise)
|
|
1395
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1396
|
+
return ret
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
@staticmethod
|
|
1400
|
+
|
|
1401
|
+
def get_PaleVioletRed()->'Color':
|
|
1402
|
+
"""
|
|
1403
|
+
|
|
1404
|
+
"""
|
|
1405
|
+
#dlllib.Color_get_PaleVioletRed.argtypes=[]
|
|
1406
|
+
dlllib.Color_get_PaleVioletRed.restype=c_void_p
|
|
1407
|
+
intPtr = CallCFunction(dlllib.Color_get_PaleVioletRed)
|
|
1408
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1409
|
+
return ret
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
@staticmethod
|
|
1413
|
+
|
|
1414
|
+
def get_PapayaWhip()->'Color':
|
|
1415
|
+
"""
|
|
1416
|
+
|
|
1417
|
+
"""
|
|
1418
|
+
#dlllib.Color_get_PapayaWhip.argtypes=[]
|
|
1419
|
+
dlllib.Color_get_PapayaWhip.restype=c_void_p
|
|
1420
|
+
intPtr = CallCFunction(dlllib.Color_get_PapayaWhip)
|
|
1421
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1422
|
+
return ret
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
@staticmethod
|
|
1426
|
+
|
|
1427
|
+
def get_PeachPuff()->'Color':
|
|
1428
|
+
"""
|
|
1429
|
+
|
|
1430
|
+
"""
|
|
1431
|
+
#dlllib.Color_get_PeachPuff.argtypes=[]
|
|
1432
|
+
dlllib.Color_get_PeachPuff.restype=c_void_p
|
|
1433
|
+
intPtr = CallCFunction(dlllib.Color_get_PeachPuff)
|
|
1434
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1435
|
+
return ret
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
@staticmethod
|
|
1439
|
+
|
|
1440
|
+
def get_Peru()->'Color':
|
|
1441
|
+
"""
|
|
1442
|
+
|
|
1443
|
+
"""
|
|
1444
|
+
#dlllib.Color_get_Peru.argtypes=[]
|
|
1445
|
+
dlllib.Color_get_Peru.restype=c_void_p
|
|
1446
|
+
intPtr = CallCFunction(dlllib.Color_get_Peru)
|
|
1447
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1448
|
+
return ret
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
@staticmethod
|
|
1452
|
+
|
|
1453
|
+
def get_Pink()->'Color':
|
|
1454
|
+
"""
|
|
1455
|
+
|
|
1456
|
+
"""
|
|
1457
|
+
#dlllib.Color_get_Pink.argtypes=[]
|
|
1458
|
+
dlllib.Color_get_Pink.restype=c_void_p
|
|
1459
|
+
intPtr = CallCFunction(dlllib.Color_get_Pink)
|
|
1460
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1461
|
+
return ret
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
@staticmethod
|
|
1465
|
+
|
|
1466
|
+
def get_Plum()->'Color':
|
|
1467
|
+
"""
|
|
1468
|
+
|
|
1469
|
+
"""
|
|
1470
|
+
#dlllib.Color_get_Plum.argtypes=[]
|
|
1471
|
+
dlllib.Color_get_Plum.restype=c_void_p
|
|
1472
|
+
intPtr = CallCFunction(dlllib.Color_get_Plum)
|
|
1473
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1474
|
+
return ret
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
@staticmethod
|
|
1478
|
+
|
|
1479
|
+
def get_PowderBlue()->'Color':
|
|
1480
|
+
"""
|
|
1481
|
+
|
|
1482
|
+
"""
|
|
1483
|
+
#dlllib.Color_get_PowderBlue.argtypes=[]
|
|
1484
|
+
dlllib.Color_get_PowderBlue.restype=c_void_p
|
|
1485
|
+
intPtr = CallCFunction(dlllib.Color_get_PowderBlue)
|
|
1486
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1487
|
+
return ret
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
@staticmethod
|
|
1491
|
+
|
|
1492
|
+
def get_Purple()->'Color':
|
|
1493
|
+
"""
|
|
1494
|
+
|
|
1495
|
+
"""
|
|
1496
|
+
#dlllib.Color_get_Purple.argtypes=[]
|
|
1497
|
+
dlllib.Color_get_Purple.restype=c_void_p
|
|
1498
|
+
intPtr = CallCFunction(dlllib.Color_get_Purple)
|
|
1499
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1500
|
+
return ret
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
@staticmethod
|
|
1504
|
+
|
|
1505
|
+
def get_Red()->'Color':
|
|
1506
|
+
"""
|
|
1507
|
+
|
|
1508
|
+
"""
|
|
1509
|
+
#dlllib.Color_get_Red.argtypes=[]
|
|
1510
|
+
dlllib.Color_get_Red.restype=c_void_p
|
|
1511
|
+
intPtr = CallCFunction(dlllib.Color_get_Red)
|
|
1512
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1513
|
+
return ret
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
@staticmethod
|
|
1517
|
+
|
|
1518
|
+
def get_RosyBrown()->'Color':
|
|
1519
|
+
"""
|
|
1520
|
+
|
|
1521
|
+
"""
|
|
1522
|
+
#dlllib.Color_get_RosyBrown.argtypes=[]
|
|
1523
|
+
dlllib.Color_get_RosyBrown.restype=c_void_p
|
|
1524
|
+
intPtr = CallCFunction(dlllib.Color_get_RosyBrown)
|
|
1525
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1526
|
+
return ret
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
@staticmethod
|
|
1530
|
+
|
|
1531
|
+
def get_RoyalBlue()->'Color':
|
|
1532
|
+
"""
|
|
1533
|
+
|
|
1534
|
+
"""
|
|
1535
|
+
#dlllib.Color_get_RoyalBlue.argtypes=[]
|
|
1536
|
+
dlllib.Color_get_RoyalBlue.restype=c_void_p
|
|
1537
|
+
intPtr = CallCFunction(dlllib.Color_get_RoyalBlue)
|
|
1538
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1539
|
+
return ret
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
@staticmethod
|
|
1543
|
+
|
|
1544
|
+
def get_SaddleBrown()->'Color':
|
|
1545
|
+
"""
|
|
1546
|
+
|
|
1547
|
+
"""
|
|
1548
|
+
#dlllib.Color_get_SaddleBrown.argtypes=[]
|
|
1549
|
+
dlllib.Color_get_SaddleBrown.restype=c_void_p
|
|
1550
|
+
intPtr = CallCFunction(dlllib.Color_get_SaddleBrown)
|
|
1551
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1552
|
+
return ret
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
@staticmethod
|
|
1556
|
+
|
|
1557
|
+
def get_Salmon()->'Color':
|
|
1558
|
+
"""
|
|
1559
|
+
|
|
1560
|
+
"""
|
|
1561
|
+
#dlllib.Color_get_Salmon.argtypes=[]
|
|
1562
|
+
dlllib.Color_get_Salmon.restype=c_void_p
|
|
1563
|
+
intPtr = CallCFunction(dlllib.Color_get_Salmon)
|
|
1564
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1565
|
+
return ret
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
@staticmethod
|
|
1569
|
+
|
|
1570
|
+
def get_SandyBrown()->'Color':
|
|
1571
|
+
"""
|
|
1572
|
+
|
|
1573
|
+
"""
|
|
1574
|
+
#dlllib.Color_get_SandyBrown.argtypes=[]
|
|
1575
|
+
dlllib.Color_get_SandyBrown.restype=c_void_p
|
|
1576
|
+
intPtr = CallCFunction(dlllib.Color_get_SandyBrown)
|
|
1577
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1578
|
+
return ret
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
@staticmethod
|
|
1582
|
+
|
|
1583
|
+
def get_SeaGreen()->'Color':
|
|
1584
|
+
"""
|
|
1585
|
+
|
|
1586
|
+
"""
|
|
1587
|
+
#dlllib.Color_get_SeaGreen.argtypes=[]
|
|
1588
|
+
dlllib.Color_get_SeaGreen.restype=c_void_p
|
|
1589
|
+
intPtr = CallCFunction(dlllib.Color_get_SeaGreen)
|
|
1590
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1591
|
+
return ret
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
@staticmethod
|
|
1595
|
+
|
|
1596
|
+
def get_SeaShell()->'Color':
|
|
1597
|
+
"""
|
|
1598
|
+
|
|
1599
|
+
"""
|
|
1600
|
+
#dlllib.Color_get_SeaShell.argtypes=[]
|
|
1601
|
+
dlllib.Color_get_SeaShell.restype=c_void_p
|
|
1602
|
+
intPtr = CallCFunction(dlllib.Color_get_SeaShell)
|
|
1603
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1604
|
+
return ret
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
@staticmethod
|
|
1608
|
+
|
|
1609
|
+
def get_Sienna()->'Color':
|
|
1610
|
+
"""
|
|
1611
|
+
|
|
1612
|
+
"""
|
|
1613
|
+
#dlllib.Color_get_Sienna.argtypes=[]
|
|
1614
|
+
dlllib.Color_get_Sienna.restype=c_void_p
|
|
1615
|
+
intPtr = CallCFunction(dlllib.Color_get_Sienna)
|
|
1616
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1617
|
+
return ret
|
|
1618
|
+
|
|
1619
|
+
|
|
1620
|
+
@staticmethod
|
|
1621
|
+
|
|
1622
|
+
def get_Silver()->'Color':
|
|
1623
|
+
"""
|
|
1624
|
+
|
|
1625
|
+
"""
|
|
1626
|
+
#dlllib.Color_get_Silver.argtypes=[]
|
|
1627
|
+
dlllib.Color_get_Silver.restype=c_void_p
|
|
1628
|
+
intPtr = CallCFunction(dlllib.Color_get_Silver)
|
|
1629
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1630
|
+
return ret
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
@staticmethod
|
|
1634
|
+
|
|
1635
|
+
def get_SkyBlue()->'Color':
|
|
1636
|
+
"""
|
|
1637
|
+
|
|
1638
|
+
"""
|
|
1639
|
+
#dlllib.Color_get_SkyBlue.argtypes=[]
|
|
1640
|
+
dlllib.Color_get_SkyBlue.restype=c_void_p
|
|
1641
|
+
intPtr = CallCFunction(dlllib.Color_get_SkyBlue)
|
|
1642
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1643
|
+
return ret
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
@staticmethod
|
|
1647
|
+
|
|
1648
|
+
def get_SlateBlue()->'Color':
|
|
1649
|
+
"""
|
|
1650
|
+
|
|
1651
|
+
"""
|
|
1652
|
+
#dlllib.Color_get_SlateBlue.argtypes=[]
|
|
1653
|
+
dlllib.Color_get_SlateBlue.restype=c_void_p
|
|
1654
|
+
intPtr = CallCFunction(dlllib.Color_get_SlateBlue)
|
|
1655
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1656
|
+
return ret
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
@staticmethod
|
|
1660
|
+
|
|
1661
|
+
def get_SlateGray()->'Color':
|
|
1662
|
+
"""
|
|
1663
|
+
|
|
1664
|
+
"""
|
|
1665
|
+
#dlllib.Color_get_SlateGray.argtypes=[]
|
|
1666
|
+
dlllib.Color_get_SlateGray.restype=c_void_p
|
|
1667
|
+
intPtr = CallCFunction(dlllib.Color_get_SlateGray)
|
|
1668
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1669
|
+
return ret
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
@staticmethod
|
|
1673
|
+
|
|
1674
|
+
def get_Snow()->'Color':
|
|
1675
|
+
"""
|
|
1676
|
+
|
|
1677
|
+
"""
|
|
1678
|
+
#dlllib.Color_get_Snow.argtypes=[]
|
|
1679
|
+
dlllib.Color_get_Snow.restype=c_void_p
|
|
1680
|
+
intPtr = CallCFunction(dlllib.Color_get_Snow)
|
|
1681
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1682
|
+
return ret
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
@staticmethod
|
|
1686
|
+
|
|
1687
|
+
def get_SpringGreen()->'Color':
|
|
1688
|
+
"""
|
|
1689
|
+
|
|
1690
|
+
"""
|
|
1691
|
+
#dlllib.Color_get_SpringGreen.argtypes=[]
|
|
1692
|
+
dlllib.Color_get_SpringGreen.restype=c_void_p
|
|
1693
|
+
intPtr = CallCFunction(dlllib.Color_get_SpringGreen)
|
|
1694
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1695
|
+
return ret
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
@staticmethod
|
|
1699
|
+
|
|
1700
|
+
def get_SteelBlue()->'Color':
|
|
1701
|
+
"""
|
|
1702
|
+
|
|
1703
|
+
"""
|
|
1704
|
+
#dlllib.Color_get_SteelBlue.argtypes=[]
|
|
1705
|
+
dlllib.Color_get_SteelBlue.restype=c_void_p
|
|
1706
|
+
intPtr = CallCFunction(dlllib.Color_get_SteelBlue)
|
|
1707
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1708
|
+
return ret
|
|
1709
|
+
|
|
1710
|
+
|
|
1711
|
+
@staticmethod
|
|
1712
|
+
|
|
1713
|
+
def get_Tan()->'Color':
|
|
1714
|
+
"""
|
|
1715
|
+
|
|
1716
|
+
"""
|
|
1717
|
+
#dlllib.Color_get_Tan.argtypes=[]
|
|
1718
|
+
dlllib.Color_get_Tan.restype=c_void_p
|
|
1719
|
+
intPtr = CallCFunction(dlllib.Color_get_Tan)
|
|
1720
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1721
|
+
return ret
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
@staticmethod
|
|
1725
|
+
|
|
1726
|
+
def get_Teal()->'Color':
|
|
1727
|
+
"""
|
|
1728
|
+
|
|
1729
|
+
"""
|
|
1730
|
+
#dlllib.Color_get_Teal.argtypes=[]
|
|
1731
|
+
dlllib.Color_get_Teal.restype=c_void_p
|
|
1732
|
+
intPtr = CallCFunction(dlllib.Color_get_Teal)
|
|
1733
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1734
|
+
return ret
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
@staticmethod
|
|
1738
|
+
|
|
1739
|
+
def get_Thistle()->'Color':
|
|
1740
|
+
"""
|
|
1741
|
+
|
|
1742
|
+
"""
|
|
1743
|
+
#dlllib.Color_get_Thistle.argtypes=[]
|
|
1744
|
+
dlllib.Color_get_Thistle.restype=c_void_p
|
|
1745
|
+
intPtr = CallCFunction(dlllib.Color_get_Thistle)
|
|
1746
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1747
|
+
return ret
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
@staticmethod
|
|
1751
|
+
|
|
1752
|
+
def get_Tomato()->'Color':
|
|
1753
|
+
"""
|
|
1754
|
+
|
|
1755
|
+
"""
|
|
1756
|
+
#dlllib.Color_get_Tomato.argtypes=[]
|
|
1757
|
+
dlllib.Color_get_Tomato.restype=c_void_p
|
|
1758
|
+
intPtr = CallCFunction(dlllib.Color_get_Tomato)
|
|
1759
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1760
|
+
return ret
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
@staticmethod
|
|
1764
|
+
|
|
1765
|
+
def get_Turquoise()->'Color':
|
|
1766
|
+
"""
|
|
1767
|
+
|
|
1768
|
+
"""
|
|
1769
|
+
#dlllib.Color_get_Turquoise.argtypes=[]
|
|
1770
|
+
dlllib.Color_get_Turquoise.restype=c_void_p
|
|
1771
|
+
intPtr = CallCFunction(dlllib.Color_get_Turquoise)
|
|
1772
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1773
|
+
return ret
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
@staticmethod
|
|
1777
|
+
|
|
1778
|
+
def get_Violet()->'Color':
|
|
1779
|
+
"""
|
|
1780
|
+
|
|
1781
|
+
"""
|
|
1782
|
+
#dlllib.Color_get_Violet.argtypes=[]
|
|
1783
|
+
dlllib.Color_get_Violet.restype=c_void_p
|
|
1784
|
+
intPtr = CallCFunction(dlllib.Color_get_Violet)
|
|
1785
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1786
|
+
return ret
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
@staticmethod
|
|
1790
|
+
|
|
1791
|
+
def get_Wheat()->'Color':
|
|
1792
|
+
"""
|
|
1793
|
+
|
|
1794
|
+
"""
|
|
1795
|
+
#dlllib.Color_get_Wheat.argtypes=[]
|
|
1796
|
+
dlllib.Color_get_Wheat.restype=c_void_p
|
|
1797
|
+
intPtr = CallCFunction(dlllib.Color_get_Wheat)
|
|
1798
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1799
|
+
return ret
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
@staticmethod
|
|
1803
|
+
|
|
1804
|
+
def get_White()->'Color':
|
|
1805
|
+
"""
|
|
1806
|
+
|
|
1807
|
+
"""
|
|
1808
|
+
#dlllib.Color_get_White.argtypes=[]
|
|
1809
|
+
dlllib.Color_get_White.restype=c_void_p
|
|
1810
|
+
intPtr = CallCFunction(dlllib.Color_get_White)
|
|
1811
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1812
|
+
return ret
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
@staticmethod
|
|
1816
|
+
|
|
1817
|
+
def get_WhiteSmoke()->'Color':
|
|
1818
|
+
"""
|
|
1819
|
+
|
|
1820
|
+
"""
|
|
1821
|
+
#dlllib.Color_get_WhiteSmoke.argtypes=[]
|
|
1822
|
+
dlllib.Color_get_WhiteSmoke.restype=c_void_p
|
|
1823
|
+
intPtr = CallCFunction(dlllib.Color_get_WhiteSmoke)
|
|
1824
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1825
|
+
return ret
|
|
1826
|
+
|
|
1827
|
+
|
|
1828
|
+
@staticmethod
|
|
1829
|
+
|
|
1830
|
+
def get_Yellow()->'Color':
|
|
1831
|
+
"""
|
|
1832
|
+
|
|
1833
|
+
"""
|
|
1834
|
+
#dlllib.Color_get_Yellow.argtypes=[]
|
|
1835
|
+
dlllib.Color_get_Yellow.restype=c_void_p
|
|
1836
|
+
intPtr = CallCFunction(dlllib.Color_get_Yellow)
|
|
1837
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1838
|
+
return ret
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
@staticmethod
|
|
1842
|
+
|
|
1843
|
+
def get_YellowGreen()->'Color':
|
|
1844
|
+
"""
|
|
1845
|
+
|
|
1846
|
+
"""
|
|
1847
|
+
#dlllib.Color_get_YellowGreen.argtypes=[]
|
|
1848
|
+
dlllib.Color_get_YellowGreen.restype=c_void_p
|
|
1849
|
+
intPtr = CallCFunction(dlllib.Color_get_YellowGreen)
|
|
1850
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1851
|
+
return ret
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
@property
|
|
1855
|
+
def R(self)->int:
|
|
1856
|
+
"""
|
|
1857
|
+
|
|
1858
|
+
"""
|
|
1859
|
+
dlllib.Color_get_R.argtypes=[c_void_p]
|
|
1860
|
+
dlllib.Color_get_R.restype=c_int
|
|
1861
|
+
ret = CallCFunction(dlllib.Color_get_R,self.Ptr)
|
|
1862
|
+
return ret
|
|
1863
|
+
|
|
1864
|
+
@property
|
|
1865
|
+
def G(self)->int:
|
|
1866
|
+
"""
|
|
1867
|
+
|
|
1868
|
+
"""
|
|
1869
|
+
dlllib.Color_get_G.argtypes=[c_void_p]
|
|
1870
|
+
dlllib.Color_get_G.restype=c_int
|
|
1871
|
+
ret = CallCFunction(dlllib.Color_get_G,self.Ptr)
|
|
1872
|
+
return ret
|
|
1873
|
+
|
|
1874
|
+
@property
|
|
1875
|
+
def B(self)->int:
|
|
1876
|
+
"""
|
|
1877
|
+
|
|
1878
|
+
"""
|
|
1879
|
+
dlllib.Color_get_B.argtypes=[c_void_p]
|
|
1880
|
+
dlllib.Color_get_B.restype=c_int
|
|
1881
|
+
ret = CallCFunction(dlllib.Color_get_B,self.Ptr)
|
|
1882
|
+
return ret
|
|
1883
|
+
|
|
1884
|
+
@property
|
|
1885
|
+
def A(self)->int:
|
|
1886
|
+
"""
|
|
1887
|
+
|
|
1888
|
+
"""
|
|
1889
|
+
dlllib.Color_get_A.argtypes=[c_void_p]
|
|
1890
|
+
dlllib.Color_get_A.restype=c_int
|
|
1891
|
+
ret = CallCFunction(dlllib.Color_get_A,self.Ptr)
|
|
1892
|
+
return ret
|
|
1893
|
+
|
|
1894
|
+
@property
|
|
1895
|
+
def IsKnownColor(self)->bool:
|
|
1896
|
+
"""
|
|
1897
|
+
|
|
1898
|
+
"""
|
|
1899
|
+
dlllib.Color_get_IsKnownColor.argtypes=[c_void_p]
|
|
1900
|
+
dlllib.Color_get_IsKnownColor.restype=c_bool
|
|
1901
|
+
ret = CallCFunction(dlllib.Color_get_IsKnownColor,self.Ptr)
|
|
1902
|
+
return ret
|
|
1903
|
+
|
|
1904
|
+
@property
|
|
1905
|
+
def IsEmpty(self)->bool:
|
|
1906
|
+
"""
|
|
1907
|
+
|
|
1908
|
+
"""
|
|
1909
|
+
dlllib.Color_get_IsEmpty.argtypes=[c_void_p]
|
|
1910
|
+
dlllib.Color_get_IsEmpty.restype=c_bool
|
|
1911
|
+
ret = CallCFunction(dlllib.Color_get_IsEmpty,self.Ptr)
|
|
1912
|
+
return ret
|
|
1913
|
+
|
|
1914
|
+
@property
|
|
1915
|
+
def IsNamedColor(self)->bool:
|
|
1916
|
+
"""
|
|
1917
|
+
|
|
1918
|
+
"""
|
|
1919
|
+
dlllib.Color_get_IsNamedColor.argtypes=[c_void_p]
|
|
1920
|
+
dlllib.Color_get_IsNamedColor.restype=c_bool
|
|
1921
|
+
ret = CallCFunction(dlllib.Color_get_IsNamedColor,self.Ptr)
|
|
1922
|
+
return ret
|
|
1923
|
+
|
|
1924
|
+
@property
|
|
1925
|
+
def IsSystemColor(self)->bool:
|
|
1926
|
+
"""
|
|
1927
|
+
|
|
1928
|
+
"""
|
|
1929
|
+
dlllib.Color_get_IsSystemColor.argtypes=[c_void_p]
|
|
1930
|
+
dlllib.Color_get_IsSystemColor.restype=c_bool
|
|
1931
|
+
ret = CallCFunction(dlllib.Color_get_IsSystemColor,self.Ptr)
|
|
1932
|
+
return ret
|
|
1933
|
+
|
|
1934
|
+
@property
|
|
1935
|
+
|
|
1936
|
+
def Name(self)->str:
|
|
1937
|
+
"""
|
|
1938
|
+
|
|
1939
|
+
"""
|
|
1940
|
+
dlllib.Color_get_Name.argtypes=[c_void_p]
|
|
1941
|
+
dlllib.Color_get_Name.restype=c_void_p
|
|
1942
|
+
ret = PtrToStr(CallCFunction(dlllib.Color_get_Name,self.Ptr))
|
|
1943
|
+
return ret
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
@staticmethod
|
|
1947
|
+
@dispatch
|
|
1948
|
+
|
|
1949
|
+
def FromArgb(argb:int)->'Color':
|
|
1950
|
+
"""
|
|
1951
|
+
|
|
1952
|
+
"""
|
|
1953
|
+
|
|
1954
|
+
dlllib.Color_FromArgb.argtypes=[ c_int]
|
|
1955
|
+
dlllib.Color_FromArgb.restype=c_void_p
|
|
1956
|
+
intPtr = CallCFunction(dlllib.Color_FromArgb, argb)
|
|
1957
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1958
|
+
return ret
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
@staticmethod
|
|
1962
|
+
@dispatch
|
|
1963
|
+
|
|
1964
|
+
def FromArgb(red:int,green:int,blue:int)->'Color':
|
|
1965
|
+
"""
|
|
1966
|
+
|
|
1967
|
+
"""
|
|
1968
|
+
|
|
1969
|
+
dlllib.Color_FromArgbRGB.argtypes=[ c_int,c_int,c_int]
|
|
1970
|
+
dlllib.Color_FromArgbRGB.restype=c_void_p
|
|
1971
|
+
intPtr = CallCFunction(dlllib.Color_FromArgbRGB, red,green,blue)
|
|
1972
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1973
|
+
return ret
|
|
1974
|
+
|
|
1975
|
+
@staticmethod
|
|
1976
|
+
@dispatch
|
|
1977
|
+
|
|
1978
|
+
def FromArgb(alpha:int,red:int,green:int,blue:int)->'Color':
|
|
1979
|
+
"""
|
|
1980
|
+
|
|
1981
|
+
"""
|
|
1982
|
+
|
|
1983
|
+
dlllib.Color_FromArgbARGB.argtypes=[ c_int,c_int,c_int,c_int]
|
|
1984
|
+
dlllib.Color_FromArgbARGB.restype=c_void_p
|
|
1985
|
+
intPtr = CallCFunction(dlllib.Color_FromArgbARGB, alpha,red,green,blue)
|
|
1986
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
1987
|
+
return ret
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
# @staticmethod
|
|
1991
|
+
#
|
|
1992
|
+
# def FromKnownColor(color:'KnownColor')->'Color':
|
|
1993
|
+
# """
|
|
1994
|
+
#
|
|
1995
|
+
# """
|
|
1996
|
+
# enumcolor:c_int = color.value
|
|
1997
|
+
#
|
|
1998
|
+
# dlllib.Color_FromKnownColor.argtypes=[ c_int]
|
|
1999
|
+
# dlllib.Color_FromKnownColor.restype=c_void_p
|
|
2000
|
+
# intPtr = CallCFunction(dlllib.Color_FromKnownColor, enumcolor)
|
|
2001
|
+
# ret = None if intPtr==None else Color(intPtr)
|
|
2002
|
+
# return ret
|
|
2003
|
+
#
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
@staticmethod
|
|
2007
|
+
|
|
2008
|
+
def FromName(name:str)->'Color':
|
|
2009
|
+
"""
|
|
2010
|
+
|
|
2011
|
+
"""
|
|
2012
|
+
if __package__ == "spire.doc.common" or __package__ == "spire.presentation.common":
|
|
2013
|
+
namePtr = StrToPtr(name)
|
|
2014
|
+
dlllib.Color_FromName.argtypes=[ c_char_p]
|
|
2015
|
+
dlllib.Color_FromName.restype=c_void_p
|
|
2016
|
+
intPtr = CallCFunction(dlllib.Color_FromName,namePtr)
|
|
2017
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
2018
|
+
return ret
|
|
2019
|
+
else:
|
|
2020
|
+
dlllib.Color_FromName.argtypes=[ c_void_p]
|
|
2021
|
+
dlllib.Color_FromName.restype=c_void_p
|
|
2022
|
+
intPtr = CallCFunction(dlllib.Color_FromName, name)
|
|
2023
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
2024
|
+
return ret
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
def GetBrightness(self)->float:
|
|
2029
|
+
"""
|
|
2030
|
+
|
|
2031
|
+
"""
|
|
2032
|
+
dlllib.Color_GetBrightness.argtypes=[c_void_p]
|
|
2033
|
+
dlllib.Color_GetBrightness.restype=c_float
|
|
2034
|
+
ret = CallCFunction(dlllib.Color_GetBrightness,self.Ptr)
|
|
2035
|
+
return ret
|
|
2036
|
+
|
|
2037
|
+
def GetHue(self)->float:
|
|
2038
|
+
"""
|
|
2039
|
+
|
|
2040
|
+
"""
|
|
2041
|
+
dlllib.Color_GetHue.argtypes=[c_void_p]
|
|
2042
|
+
dlllib.Color_GetHue.restype=c_float
|
|
2043
|
+
ret = CallCFunction(dlllib.Color_GetHue,self.Ptr)
|
|
2044
|
+
return ret
|
|
2045
|
+
|
|
2046
|
+
def GetSaturation(self)->float:
|
|
2047
|
+
"""
|
|
2048
|
+
|
|
2049
|
+
"""
|
|
2050
|
+
dlllib.Color_GetSaturation.argtypes=[c_void_p]
|
|
2051
|
+
dlllib.Color_GetSaturation.restype=c_float
|
|
2052
|
+
ret = CallCFunction(dlllib.Color_GetSaturation,self.Ptr)
|
|
2053
|
+
return ret
|
|
2054
|
+
|
|
2055
|
+
def ToArgb(self)->int:
|
|
2056
|
+
"""
|
|
2057
|
+
|
|
2058
|
+
"""
|
|
2059
|
+
dlllib.Color_ToArgb.argtypes=[c_void_p]
|
|
2060
|
+
dlllib.Color_ToArgb.restype=c_int
|
|
2061
|
+
ret = CallCFunction(dlllib.Color_ToArgb,self.Ptr)
|
|
2062
|
+
return ret
|
|
2063
|
+
|
|
2064
|
+
#
|
|
2065
|
+
# def ToKnownColor(self)->'KnownColor':
|
|
2066
|
+
# """
|
|
2067
|
+
#
|
|
2068
|
+
# """
|
|
2069
|
+
# dlllib.Color_ToKnownColor.argtypes=[c_void_p]
|
|
2070
|
+
# dlllib.Color_ToKnownColor.restype=c_int
|
|
2071
|
+
# ret = CallCFunction(dlllib.Color_ToKnownColor,self.Ptr)
|
|
2072
|
+
# objwraped = KnownColor(ret)
|
|
2073
|
+
# return objwraped
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
@staticmethod
|
|
2077
|
+
|
|
2078
|
+
def op_Equality(left:'Color',right:'Color')->bool:
|
|
2079
|
+
"""
|
|
2080
|
+
|
|
2081
|
+
"""
|
|
2082
|
+
intPtrleft:c_void_p = left.Ptr
|
|
2083
|
+
intPtrright:c_void_p = right.Ptr
|
|
2084
|
+
|
|
2085
|
+
dlllib.Color_op_Equality.argtypes=[ c_void_p,c_void_p]
|
|
2086
|
+
dlllib.Color_op_Equality.restype=c_bool
|
|
2087
|
+
ret = CallCFunction(dlllib.Color_op_Equality, intPtrleft,intPtrright)
|
|
2088
|
+
return ret
|
|
2089
|
+
|
|
2090
|
+
@staticmethod
|
|
2091
|
+
|
|
2092
|
+
def op_Inequality(left:'Color',right:'Color')->bool:
|
|
2093
|
+
"""
|
|
2094
|
+
|
|
2095
|
+
"""
|
|
2096
|
+
intPtrleft:c_void_p = left.Ptr
|
|
2097
|
+
intPtrright:c_void_p = right.Ptr
|
|
2098
|
+
|
|
2099
|
+
dlllib.Color_op_Inequality.argtypes=[ c_void_p,c_void_p]
|
|
2100
|
+
dlllib.Color_op_Inequality.restype=c_bool
|
|
2101
|
+
ret = CallCFunction(dlllib.Color_op_Inequality, intPtrleft,intPtrright)
|
|
2102
|
+
return ret
|
|
2103
|
+
|
|
2104
|
+
|
|
2105
|
+
def Equals(self ,obj:'SpireObject')->bool:
|
|
2106
|
+
"""
|
|
2107
|
+
|
|
2108
|
+
"""
|
|
2109
|
+
intPtrobj:c_void_p = obj.Ptr
|
|
2110
|
+
|
|
2111
|
+
dlllib.Color_Equals.argtypes=[c_void_p ,c_void_p]
|
|
2112
|
+
dlllib.Color_Equals.restype=c_bool
|
|
2113
|
+
ret = CallCFunction(dlllib.Color_Equals,self.Ptr, intPtrobj)
|
|
2114
|
+
return ret
|
|
2115
|
+
|
|
2116
|
+
def GetHashCode(self)->int:
|
|
2117
|
+
"""
|
|
2118
|
+
|
|
2119
|
+
"""
|
|
2120
|
+
dlllib.Color_GetHashCode.argtypes=[c_void_p]
|
|
2121
|
+
dlllib.Color_GetHashCode.restype=c_int
|
|
2122
|
+
ret = CallCFunction(dlllib.Color_GetHashCode,self.Ptr)
|
|
2123
|
+
return ret
|
|
2124
|
+
|
|
2125
|
+
|
|
2126
|
+
def ToString(self)->str:
|
|
2127
|
+
"""
|
|
2128
|
+
|
|
2129
|
+
"""
|
|
2130
|
+
dlllib.Color_ToString.argtypes=[c_void_p]
|
|
2131
|
+
dlllib.Color_ToString.restype=c_void_p
|
|
2132
|
+
ret = PtrToStr(CallCFunction(dlllib.Color_ToString,self.Ptr))
|
|
2133
|
+
return ret
|
|
2134
|
+
|
|
2135
|
+
|
|
2136
|
+
@staticmethod
|
|
2137
|
+
#@dispatch
|
|
2138
|
+
def FromArgb(alpha:int,red:int,green:int,blue:int)->'Color':
|
|
2139
|
+
"""
|
|
2140
|
+
|
|
2141
|
+
"""
|
|
2142
|
+
|
|
2143
|
+
dlllib.Color_FromArgbARGB.argtypes=[ c_int,c_int,c_int,c_int]
|
|
2144
|
+
dlllib.Color_FromArgbARGB.restype=c_void_p
|
|
2145
|
+
intPtr = CallCFunction(dlllib.Color_FromArgbARGB, alpha,red,green,blue)
|
|
2146
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
2147
|
+
return ret
|
|
2148
|
+
|
|
2149
|
+
@staticmethod
|
|
2150
|
+
#@dispatch
|
|
2151
|
+
def FromRgb(red:int,green:int,blue:int)->'Color':
|
|
2152
|
+
"""
|
|
2153
|
+
|
|
2154
|
+
"""
|
|
2155
|
+
|
|
2156
|
+
dlllib.Color_FromArgbARGB.argtypes=[ c_int,c_int,c_int,c_int]
|
|
2157
|
+
dlllib.Color_FromArgbARGB.restype=c_void_p
|
|
2158
|
+
intPtr = CallCFunction(dlllib.Color_FromArgbARGB, 255,red,green,blue)
|
|
2159
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
2160
|
+
return ret
|
|
2161
|
+
|
|
2162
|
+
@staticmethod
|
|
2163
|
+
#@dispatch
|
|
2164
|
+
def FromAColor(alpha:int,baseColor:'Color')->'Color':
|
|
2165
|
+
"""
|
|
2166
|
+
|
|
2167
|
+
"""
|
|
2168
|
+
intPtrbaseColor:c_void_p = baseColor.Ptr
|
|
2169
|
+
|
|
2170
|
+
dlllib.Color_FromArgbAB.argtypes=[ c_int,c_void_p]
|
|
2171
|
+
dlllib.Color_FromArgbAB.restype=c_void_p
|
|
2172
|
+
intPtr = CallCFunction(dlllib.Color_FromArgbAB, alpha,intPtrbaseColor)
|
|
2173
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
2174
|
+
return ret
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
@staticmethod
|
|
2178
|
+
|
|
2179
|
+
def Empty()->'Color':
|
|
2180
|
+
"""
|
|
2181
|
+
|
|
2182
|
+
"""
|
|
2183
|
+
#dlllib.Color_Empty.argtypes=[]
|
|
2184
|
+
dlllib.Color_Empty.restype=c_void_p
|
|
2185
|
+
intPtr = CallCFunction(dlllib.Color_Empty)
|
|
2186
|
+
ret = None if intPtr==None else Color(intPtr)
|
|
2187
|
+
return ret
|
|
2188
|
+
|
|
2189
|
+
|