ColorProcessing

Color Processing Module

class PointKitPy.ColorProcessing.AverageFilter

Bases: KernelColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.AverageFilter, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.BilateralFilter

Bases: KernelColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.BilateralFilter, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
property mKernelRange
class PointKitPy.ColorProcessing.BlendMode

Bases: pybind11_object

Members:

Normal

Add

Dissolve

Darken

Multiply

ColorBurn

LinearBurn

Lighten

Screen

ColorDodge

LinearDodge

Difference

Exclusion

Subtract

Divide

Add = <BlendMode.Add: 1>
ColorBurn = <BlendMode.ColorBurn: 5>
ColorDodge = <BlendMode.ColorDodge: 9>
Darken = <BlendMode.Darken: 3>
Difference = <BlendMode.Difference: 11>
Dissolve = <BlendMode.Dissolve: 2>
Divide = <BlendMode.Divide: 14>
Exclusion = <BlendMode.Exclusion: 12>
Lighten = <BlendMode.Lighten: 7>
LinearBurn = <BlendMode.LinearBurn: 6>
LinearDodge = <BlendMode.LinearDodge: 10>
Multiply = <BlendMode.Multiply: 4>
Normal = <BlendMode.Normal: 0>
Screen = <BlendMode.Screen: 8>
Subtract = <BlendMode.Subtract: 13>
property name
property value
class PointKitPy.ColorProcessing.ColorBalance

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.ColorBalance, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
property mAdjustCyanRed
property mAdjustMagentaGreen
property mAdjustRange
property mAdjustYellowBlue
property mMidtoneHighlight
property mMonochromeScale
property mPreserveLuminosity
property mShadowMidtone
class PointKitPy.ColorProcessing.ColorBlender

Bases: pybind11_object

Blend(self: PointKitPy.ColorProcessing.ColorBlender, arg0: PointKitPy.Types.PLGMeshExt, arg1: PointKitPy.Types.PLGMeshExt, arg2: PointKitPy.ColorProcessing.BlendMode) PointKitPy.Types.PLGMeshExt
property layerOpacity
class PointKitPy.ColorProcessing.ColorContrast

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.ColorContrast, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
property mBrightness
property mContrast
class PointKitPy.ColorProcessing.ColorExposure

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.ColorExposure, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
property mBlackLevel
property mExposure
class PointKitPy.ColorProcessing.ColorInverse

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.ColorInverse, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.ColorProcessor

Bases: pybind11_object

ProcessColor(self: PointKitPy.ColorProcessing.ColorProcessor, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.ColorSaturationHue

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.ColorSaturationHue, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
property mHue
property mScaleSaturation
class PointKitPy.ColorProcessing.ColorTemperature

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.ColorTemperature, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
property mNewTemperature
property mOriginalTemperature
class PointKitPy.ColorProcessing.ColorTransfer

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.ColorTransfer, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
property mMaxDistance
property maxAngle
property minAngle
property mpSourceMesh
class PointKitPy.ColorProcessing.HPFilter

Bases: KernelColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.HPFilter, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.KernelColorProcessor

Bases: ColorProcessor

property mKernelRadius
class PointKitPy.ColorProcessing.LPFilter

Bases: KernelColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.LPFilter, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.MaxFilter

Bases: KernelColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.MaxFilter, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.MedianFilter

Bases: KernelColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.MedianFilter, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.MeshDivergence

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.MeshDivergence, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.MeshGradient

Bases: ColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.MeshGradient, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
class PointKitPy.ColorProcessing.MinFilter

Bases: KernelColorProcessor

ProcessColor(self: PointKitPy.ColorProcessing.MinFilter, arg0: PointKitPy.Types.PLGMeshExt) PointKitPy.Types.PLGMeshExt
« Previous Next »