pub unsafe trait CIColorNSAppKitAdditions: ClassType {
// Provided method
unsafe fn initWithColor(
this: Allocated<Self>,
color: &NSColor
) -> Option<Retained<Self>>
where Self: Sized + Message { ... }
}Available on crate feature
NSColor only.Expand description
Category “NSAppKitAdditions” on CIColor.
Provided Methods§
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
impl CIColorNSAppKitAdditions for CIColor
Available on crate feature
objc2-core-image and Apple only.