Platforms to show: All Mac Windows Linux Cross-Platform
Back to CIFilterMBS class.
CIFilterMBS.kCIInputExtentKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputGradientImageKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputIgnoreImageOrientationKey as String
Function:
One of the options for image filter initialization.
Notes: Boolean: Normally, an image is loaded in its proper orientation, given the associated metadata gives an indication about the orientation. For special purposes it may be useful to load the image in its physical orientation. The exact meaning of this is dependent on the image in question. The default value is false.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Boolean: Normally, an image is loaded in its proper orientation, given the associated metadata gives an indication about the orientation. For special purposes it may be useful to load the image in its physical orientation. The exact meaning of this is dependent on the image in question. The default value is false.
CIFilterMBS.kCIInputImageKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputImageOrientationKey as String
Function:
One of the options for image filter initialization.
Notes: Integer: Overriding this value allows the user to change the orientation of the image. The valid values are in range 1...8 and follow the EXIF specification. Changing this value makes for instance rotation in 90-degree increments easy. The value is disregarded when the kCIInputIgnoreImageOrientationKey flag is set.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Integer: Overriding this value allows the user to change the orientation of the image. The valid values are in range 1...8 and follow the EXIF specification. Changing this value makes for instance rotation in 90-degree increments easy. The value is disregarded when the kCIInputIgnoreImageOrientationKey flag is set.
CIFilterMBS.kCIInputIntensityKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputLinearSpaceFilter as String
Function:
One of the options for image filter initialization.
Notes: CIFilterMBS: CIFilter to be applied to the RAW image while it is in linear space.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: CIFilterMBS: CIFilter to be applied to the RAW image while it is in linear space.
CIFilterMBS.kCIInputLuminanceNoiseReductionAmountKey as String
Function:
One of the options for image filter initialization.
Notes: Double: The amount of luminance noise reduction applied. Range is 0 to 1.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Double: The amount of luminance noise reduction applied. Range is 0 to 1.
CIFilterMBS.kCIInputMaskImageKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputMoireAmountKey as String
Function:
One of the options for image filter initialization.
Notes:
Double: The amount of moire reduction applied. Range is 0 to 1.
Available on macOS 10.13
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
Double: The amount of moire reduction applied. Range is 0 to 1.
Available on macOS 10.13
CIFilterMBS.kCIInputNeutralChromaticityXKey as String
Function:
One of the options for image filter initialization.
Notes: Float: The X value of the chromaticity. You can always query this value and you'll get the current X value for neutral X,Y.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Float: The X value of the chromaticity. You can always query this value and you'll get the current X value for neutral X,Y.
CIFilterMBS.kCIInputNeutralChromaticityYKey as String
Function:
One of the options for image filter initialization.
Notes: Float: The Y value of the chromaticity. You can always query this value and you'll get the current Y value for neutral X,Y.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Float: The Y value of the chromaticity. You can always query this value and you'll get the current Y value for neutral X,Y.
CIFilterMBS.kCIInputNeutralLocationKey as String
Function:
One of the options for image filter initialization.
Notes:
CIVector: (x, y) location in geometric coordinates of the unrotated output image that should be used as neutral.
You can't query this value - it's undefined for reading.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
CIVector: (x, y) location in geometric coordinates of the unrotated output image that should be used as neutral.
You can't query this value - it's undefined for reading.
CIFilterMBS.kCIInputNeutralTemperatureKey as String
Function:
One of the options for image filter initialization.
Notes: Float: The color temperature to be considered neutral. You can always query this value and you'll get the current value for temperature.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Float: The color temperature to be considered neutral. You can always query this value and you'll get the current value for temperature.
CIFilterMBS.kCIInputNeutralTintKey as String
Function:
One of the options for image filter initialization.
Notes: Float: The tint to be considered neutral. You can always query this value and you'll get the current value for tint.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Float: The tint to be considered neutral. You can always query this value and you'll get the current value for tint.
CIFilterMBS.kCIInputNoiseReductionAmountKey as String
Function:
One of the options for image filter initialization.
Notes: Double: The amount of noise reduction applied. Range is 0 to 1.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Double: The amount of noise reduction applied. Range is 0 to 1.
CIFilterMBS.kCIInputNoiseReductionContrastAmountKey as String
Function:
One of the options for image filter initialization.
Notes: Double: The amount of noise reduction contrast applied. Range is 0 to 1.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Double: The amount of noise reduction contrast applied. Range is 0 to 1.
CIFilterMBS.kCIInputNoiseReductionDetailAmountKey as String
Function:
One of the options for image filter initialization.
Notes: Double: The amount of noise reduction detail applied. Range is 0 to 1.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Double: The amount of noise reduction detail applied. Range is 0 to 1.
CIFilterMBS.kCIInputNoiseReductionSharpnessAmountKey as String
Function:
One of the options for image filter initialization.
Notes: Double: The amount of noise reduction sharpness applied. Range is 0 to 1.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Double: The amount of noise reduction sharpness applied. Range is 0 to 1.
CIFilterMBS.kCIInputRadiusKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputRefractionKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputSaturationKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputScaleFactorKey as String
Function:
One of the options for image filter initialization.
Notes: Float: The desired scale factor at which the image will be eventually drawn. Setting this value can greatly improve the drawing performance. A value of 1 would mean identity, values smaller than 1 will result in a smaller output image. Changing the Scale Factor with enabled Draft Mode may also improve performance.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Float: The desired scale factor at which the image will be eventually drawn. Setting this value can greatly improve the drawing performance. A value of 1 would mean identity, values smaller than 1 will result in a smaller output image. Changing the Scale Factor with enabled Draft Mode may also improve performance.
CIFilterMBS.kCIInputScaleKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputShadingImageKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputSharpnessKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputTargetImageKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputTimeKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputTransformKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputVersionKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The items on this page are in the following plugins: MBS MacCI Plugin.
