CIColor
CIColor(CGColor)
CIColor(IntPtr)
CIColor(NativeHandle)
CIColor(NSCoder)
CIColor(NSColor)
CIColor(NSObjectFlag)
CIColor(UIColor)
CIColor(nfloat, nfloat, nfloat)
CIColor(NFloat, NFloat, NFloat)
CIColor(nfloat, nfloat, nfloat, CGColorSpace)
CIColor(NFloat, NFloat, NFloat, CGColorSpace)
CIColor(nfloat, nfloat, nfloat, nfloat)
CIColor(NFloat, NFloat, NFloat, NFloat)
CIColor(nfloat, nfloat, nfloat, nfloat, CGColorSpace)
CIColor(NFloat, NFloat, NFloat, NFloat, CGColorSpace)
Alpha
BlackColor
Blue
BlueColor
ClassHandle
ClearColor
ColorSpace
Components
CyanColor
GrayColor
Green
GreenColor
MagentaColor
NumberOfComponents
Red
RedColor
WhiteColor
YellowColor
Copy(NSZone)
EncodeTo(NSCoder)
FromCGColor(CGColor)
FromRgb(nfloat, nfloat, nfloat)
FromRgb(NFloat, NFloat, NFloat)
FromRgb(nfloat, nfloat, nfloat, CGColorSpace)
FromRgb(NFloat, NFloat, NFloat, CGColorSpace)
FromRgba(nfloat, nfloat, nfloat, nfloat)
FromRgba(NFloat, NFloat, NFloat, NFloat)
FromRgba(nfloat, nfloat, nfloat, nfloat, CGColorSpace)
FromRgba(NFloat, NFloat, NFloat, NFloat, CGColorSpace)
FromString(String)
StringRepresentation()
xamarintvos
namespace CoreImage
{
[Register("CIColor", true)]
public class CIColor : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("initWithRed:green:blue:")]
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
public CIColor(nfloat red, nfloat green, nfloat blue);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API