CIImageProcessorKernel.GetFormat(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The color space of the ICIImageProcessorInput at index input
.
[Foundation.Export("formatForInputAtIndex:")]
public static CoreImage.CIFormat GetFormat (int input);
static member GetFormat : int -> CoreImage.CIFormat
Parameters
- input
- Int32
An index into the array of ICIImageProcessorInput objects passed to Apply(CGRect, CIImage[], NSDictionary<NSString,NSObject>, NSError) or Process(ICIImageProcessorInput[], NSDictionary<NSString,NSObject>, ICIImageProcessorOutput, NSError).
Returns
- Attributes