Platforms to show: All Mac Windows Linux Cross-Platform
Back to CIFilterMBS class.
CIFilterMBS.kCIAttributeSliderMin as String
Function:
Minimum value for the slider.
Notes: The minimum value, specified as a floating-point value, to use for a slider that controls input values for a filter parameter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: The minimum value, specified as a floating-point value, to use for a slider that controls input values for a filter parameter.
CIFilterMBS.kCIAttributeType as string
Function:
Type of the attribute.
Notes:
An attribute may have a type which defines what kind this attribute type is.
e.g. a number attribute may be a time or a distance.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
An attribute may have a type which defines what kind this attribute type is.
e.g. a number attribute may be a time or a distance.
CIFilterMBS.kCIAttributeTypeAngle as String
Function:
One of the types for numbers.
Notes: An angle.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: An angle.
CIFilterMBS.kCIAttributeTypeBoolean as String
Function:
One of the types for numbers.
Notes: A Boolean value.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A Boolean value.
CIFilterMBS.kCIAttributeTypeColor as String
Function:
One of the attribute data types.
Notes: A Core Image color (CIColor object) that specifies red, green, and blue component values.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A Core Image color (CIColor object) that specifies red, green, and blue component values.
CIFilterMBS.kCIAttributeTypeCount as String
Function:
One of the attribute data types.
Notes: A positive integer value.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A positive integer value.
CIFilterMBS.kCIAttributeTypeDistance as String
Function:
One of the types for numbers.
Notes: A distance.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A distance.
CIFilterMBS.kCIAttributeTypeGradient as String
Function:
One of the types for colors.
Notes: An n-by-1 gradient image used to describe a color ramp.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: An n-by-1 gradient image used to describe a color ramp.
CIFilterMBS.kCIAttributeTypeImage as String
Function:
One of the attribute data types.
Notes: A CIImage object.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A CIImage object.
CIFilterMBS.kCIAttributeTypeInteger as String
Function:
One of the attribute data types.
Notes: An integer value.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: An integer value.
CIFilterMBS.kCIAttributeTypeOffset as String
Function:
One of the types for 2-element vectors.
Notes: An offset. (A 2-element vector type.)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: An offset. (A 2-element vector type.)
CIFilterMBS.kCIAttributeTypeOpaqueColor as String
Function:
One of the types for colors.
Notes: A Core Image color (CIColor object) that specifies red, green, and blue component values. Use this key for colors with no alpha component. If the key is not present, Core Image assumes color with alpha.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A Core Image color (CIColor object) that specifies red, green, and blue component values. Use this key for colors with no alpha component. If the key is not present, Core Image assumes color with alpha.
CIFilterMBS.kCIAttributeTypePosition as String
Function:
One of the types for 2-element vectors.
Notes: A two-dimensional location in the working coordinate space. (A 2-element vector type.)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A two-dimensional location in the working coordinate space. (A 2-element vector type.)
CIFilterMBS.kCIAttributeTypePosition3 as String
Function:
One of the types for 3-element vectors.
Notes: A three-dimensional location in the working coordinate space. (A 3-element vector type.)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A three-dimensional location in the working coordinate space. (A 3-element vector type.)
CIFilterMBS.kCIAttributeTypeRectangle as String
Function:
One of the types for 4-element vectors.
Notes: A Core Image vector that specifies the x and y values of the rectangle origin, and the width (w) and height (h) of the rectangle. The vector takes the form [x, y, w, h]. (A 4-element vector type.)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A Core Image vector that specifies the x and y values of the rectangle origin, and the width (w) and height (h) of the rectangle. The vector takes the form [x, y, w, h]. (A 4-element vector type.)
CIFilterMBS.kCIAttributeTypeScalar as String
Function:
One of the types for numbers.
Notes: A scalar value.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A scalar value.
CIFilterMBS.kCIAttributeTypeTime as String
Function:
One of the attribute data types.
Notes: A parametric time for transitions, specified as a floating-point value in the range of 0.0 to 1.0.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A parametric time for transitions, specified as a floating-point value in the range of 0.0 to 1.0.
CIFilterMBS.kCIAttributeTypeTransform as String
Function:
One of the attribute data types.
Notes: An CGAffineTransform is associated with attribute.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: An CGAffineTransform is associated with attribute.
CIFilterMBS.kCICategoryBlur as String
Function:
One of the categories.
Notes: A filter that softens images, decreasing the contrast between the edges in an image. Examples of blur filters are Gaussian blur and zoom blur.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that softens images, decreasing the contrast between the edges in an image. Examples of blur filters are Gaussian blur and zoom blur.
CIFilterMBS.kCICategoryBuiltIn as String
Function:
One of the categories.
Notes: A filter provided by Core Image. This distinguishes built-in filters from plug-in filters.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter provided by Core Image. This distinguishes built-in filters from plug-in filters.
CIFilterMBS.kCICategoryColorAdjustment as String
Function:
One of the categories.
Notes: A filter that changes color values. Color adjustment filters are used to eliminate color casts, adjust hue, and correct brightness and contrast. Color adjustment filters do not perform color management; ColorSync performs color management. You can use Quartz 2D to specify the color space associated with an image.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that changes color values. Color adjustment filters are used to eliminate color casts, adjust hue, and correct brightness and contrast. Color adjustment filters do not perform color management; ColorSync performs color management. You can use Quartz 2D to specify the color space associated with an image.
CIFilterMBS.kCICategoryColorEffect as String
Function:
One of the categories.
Notes: A filter that modifies the color of an image to achieve an artistic effect. Examples of color effect filters include filters that change a color image to a sepia image or a monochrome image or that produces such effects as posterizing.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that modifies the color of an image to achieve an artistic effect. Examples of color effect filters include filters that change a color image to a sepia image or a monochrome image or that produces such effects as posterizing.
CIFilterMBS.kCICategoryCompositeOperation as String
Function:
One of the categories.
Notes: A filter operates on two image sources, using the color values of one image to operate on the other. Composite filters perform computations such as computing maximum values, minimum values, and multiplying values between input images. You can use compositing filters to add effects to an image, crop an image, and achieve a variety of other effects.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter operates on two image sources, using the color values of one image to operate on the other. Composite filters perform computations such as computing maximum values, minimum values, and multiplying values between input images. You can use compositing filters to add effects to an image, crop an image, and achieve a variety of other effects.
CIFilterMBS.kCICategoryDistortionEffect as String
Function:
One of the categories.
Notes: A filter that reshapes an image by altering its geometry to create a 3D effect. Using distortion filters, you can displace portions of an image, apply lens effects, make a bulge in an image, and perform other operation to achieve an artistic effect.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that reshapes an image by altering its geometry to create a 3D effect. Using distortion filters, you can displace portions of an image, apply lens effects, make a bulge in an image, and perform other operation to achieve an artistic effect.
CIFilterMBS.kCICategoryFilterGenerator as String
Function:
One of the categories.
Notes: A filter created by chaining several filters together and then packaged as a CIFilterGenerator object.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter created by chaining several filters together and then packaged as a CIFilterGenerator object.
CIFilterMBS.kCICategoryGenerator as String
Function:
One of the categories.
Notes: A filter that generates a pattern, such as a solid color, a checkerboard, or a star shine. The generated output is typically used as input to another filter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that generates a pattern, such as a solid color, a checkerboard, or a star shine. The generated output is typically used as input to another filter.
CIFilterMBS.kCICategoryGeometryAdjustment as String
Function:
One of the categories.
Notes: A filter that changes the geometry of an image. Some of these filters are used to warp an image to achieve an artistic effects, but these filters can also be used to correct problems in the source image. For example, you can apply an affine transform to straighten an image that is rotated with respect to the horizon.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that changes the geometry of an image. Some of these filters are used to warp an image to achieve an artistic effects, but these filters can also be used to correct problems in the source image. For example, you can apply an affine transform to straighten an image that is rotated with respect to the horizon.
CIFilterMBS.kCICategoryGradient as String
Function:
One of the categories.
Notes: A filter that generates a fill whose color varies smoothly. Exactly how color varies depends on the type of gradient—linear, radial, or Gaussian.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that generates a fill whose color varies smoothly. Exactly how color varies depends on the type of gradient—linear, radial, or Gaussian.
CIFilterMBS.kCICategoryHalftoneEffect as String
Function:
One of the categories.
Notes: A filter that simulates a variety of halftone screens, to mimic the halftone process used in print media. The output of these filters has the familiar “newspaper” look of the various dot patterns. Filters are typically named after the pattern created by the virtual halftone screen, such as circular screen or hatched screen.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that simulates a variety of halftone screens, to mimic the halftone process used in print media. The output of these filters has the familiar “newspaper” look of the various dot patterns. Filters are typically named after the pattern created by the virtual halftone screen, such as circular screen or hatched screen.
CIFilterMBS.kCICategoryHighDynamicRange as String
Function:
One of the categories.
Notes: A filter that works on high dynamic range pixels.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: A filter that works on high dynamic range pixels.
The items on this page are in the following plugins: MBS MacCI Plugin.
