Share via


AVMutableCaption.SetTextColor(CGColor, NSRange) Method

Definition

[Foundation.Export("setTextColor:inRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetTextColor(CoreGraphics.CGColor color, Foundation.NSRange range);
[<Foundation.Export("setTextColor:inRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetTextColor : CoreGraphics.CGColor * Foundation.NSRange -> unit
override this.SetTextColor : CoreGraphics.CGColor * Foundation.NSRange -> unit

Parameters

color
CGColor
range
NSRange
Attributes

Applies to