Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIFilterCircularWrapMBS class.

CIFilterCircularWrapMBS.AttributeinputAngle as CIAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Details about the Circular Wrap Distortion attribute.

This attribute should have this content:

Name:inputAngle
Class:double
Type:CIAttributeTypeAngle
DisplayName English:Angle
DisplayName German:Winkel
DisplayName French:Angle
DisplayName Italian:Angolo
DisplayName Spanish:Ángulo
DefaultNumber:0
IdentityNumber:0
SliderMaxNumber:3.141593
SliderMinNumber:-3.141593
(Read only property)

CIFilterCircularWrapMBS.AttributeinputCenter as CIAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Details about the Circular Wrap Distortion attribute.

This attribute should have this content:

Name:inputCenter
Class:CIVectorMBS
Type:CIAttributeTypePosition
DisplayName English:Center
DisplayName German:Mitte
DisplayName French:Centre
DisplayName Italian:Centro
DisplayName Spanish:Centro
DefaultVector:[150 150]
IdentityVector:n/a
(Read only property)

CIFilterCircularWrapMBS.AttributeinputImage as CIAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Details about the Circular Wrap Distortion attribute.

This attribute should have this content:

Name:inputImage
Class:CIImageMBS
Type:CIAttributeTypeImage
DisplayName English:Image
DisplayName German:Bild
DisplayName French:Image
DisplayName Italian:Immagine
DisplayName Spanish:Imagen
DefaultNumber:0
IdentityNumber:0
(Read only property)

CIFilterCircularWrapMBS.AttributeinputRadius as CIAttributeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
Details about the Circular Wrap Distortion attribute.

This attribute should have this content:

Name:inputRadius
Class:double
Type:CIAttributeTypeDistance
DisplayName English:Radius
DisplayName German:Radius
DisplayName French:Rayon
DisplayName Italian:Raggio
DisplayName Spanish:Radio
DefaultNumber:150
IdentityNumber:0
SliderMaxNumber:600
SliderMinNumber:0
(Read only property)

CIFilterCircularWrapMBS.inputAngle as double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The attribute Angle
Example
dim p as Picture = LogoMBS(500)
dim data as string = PictureToPNGStringMBS(p,80)
dim i as new CIImageMBS(data)

dim c as new CIFilterCircularWrapMBS
c.inputImage = i
c.inputAngle = 0.1

dim o as CIImageMBS = c.outputImage
Backdrop = o.RenderPicture

Name:inputAngle
Class:double (NSNumber)
DisplayName English:Angle
DisplayName German:Winkel
DisplayName French:Angle
DisplayName Italian:Angolo
DisplayName Spanish:Ángulo
Type:CIAttributeTypeAngle

See AttributeinputAngle for more details.
(Read and Write property)

CIFilterCircularWrapMBS.inputCenter as CIVectorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The attribute Center

Name:inputCenter
Class:CIVectorMBS (CIVector)
DisplayName English:Center
DisplayName German:Mitte
DisplayName French:Centre
DisplayName Italian:Centro
DisplayName Spanish:Centro
Type:CIAttributeTypePosition

See AttributeinputCenter for more details.
(Read and Write property)

CIFilterCircularWrapMBS.inputImage as CIImageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The attribute Image
Example
dim p as Picture = LogoMBS(500)
dim data as string = PictureToPNGStringMBS(p,80)
dim i as new CIImageMBS(data)

dim c as new CIFilterCircularWrapMBS
c.inputImage = i

dim o as CIImageMBS = c.outputImage
Backdrop = o.RenderPicture

Name:inputImage
Class:CIImageMBS (CIImage)
DisplayName English:Image
DisplayName German:Bild
DisplayName French:Image
DisplayName Italian:Immagine
DisplayName Spanish:Imagen
Type:CIAttributeTypeImage

See AttributeinputImage for more details.
(Read and Write property)

CIFilterCircularWrapMBS.inputRadius as double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The attribute Radius

Name:inputRadius
Class:double (NSNumber)
DisplayName English:Radius
DisplayName German:Radius
DisplayName French:Rayon
DisplayName Italian:Raggio
DisplayName Spanish:Radio
Type:CIAttributeTypeDistance

See AttributeinputRadius for more details.
(Read and Write property)

The items on this page are in the following plugins: MBS MacCI Plugin.


The biggest plugin in space...