ColorSpace Class
Definition
[Android.Runtime.Register("android/graphics/ColorSpace", ApiSince=26, DoNotGenerateAcw=true)]
public abstract class ColorSpace : Java.Lang.Object
type ColorSpace = class
inherit Object
- Inheritance
- Derived
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
ColorSpace(IntPtr, JniHandleOwnership) |
Fields
MaxId | |
MinId |
Properties
Class |
Returns the unique instance of Class that represents this object's class. (Inherited from Object) |
ComponentCount | |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
Id | |
IlluminantA | |
IlluminantB | |
IlluminantC | |
IlluminantD50 | |
IlluminantD55 | |
IlluminantD60 | |
IlluminantD65 | |
IlluminantD75 | |
IlluminantE | |
IsSrgb | |
IsWideGamut | |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
Name | |
PeerReference | (Inherited from Object) |
ThresholdClass | |
ThresholdType |
Methods
Adapt(ColorSpace, Single[]) | |
Adapt(ColorSpace, Single[], ColorSpace+Adaptation) | |
Clone() |
Creates and returns a copy of this |
Connect(ColorSpace) | |
Connect(ColorSpace, ColorSpace) | |
Connect(ColorSpace, ColorSpace, ColorSpace+RenderIntent) | |
Connect(ColorSpace, ColorSpace+RenderIntent) | |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Compares this instance with the specified object and indicates if they are equal. (Inherited from Object) |
FromXyz(Single, Single, Single) | |
FromXyz(Single[]) | |
Get(ColorSpace+Named) | |
GetHashCode() |
Returns an integer hash code for this object. (Inherited from Object) |
GetMaxValue(Int32) | |
GetMinValue(Int32) | |
GetModel() | |
JavaFinalize() |
Invoked when the garbage collector has detected that this instance is no longer reachable. (Inherited from Object) |
Match(Single[], ColorSpace+Rgb+TransferParameters) | |
Notify() |
Causes a thread which is waiting on this object's monitor (by means of
calling one of the |
NotifyAll() |
Causes all threads which are waiting on this object's monitor (by means
of calling one of the |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string containing a concise, human-readable description of this object. (Inherited from Object) |
ToXyz(Single, Single, Single) | |
ToXyz(Single[]) | |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the calling thread to wait until another thread calls the |
Wait(Int64) |
Causes the calling thread to wait until another thread calls the |
Wait(Int64, Int32) |
Causes the calling thread to wait until another thread calls the |
Explicit Interface Implementations
IJavaObjectEx.IsProxy | (Inherited from Object) |
IJavaObjectEx.KeyHandle | (Inherited from Object) |
IJavaObjectEx.NeedsActivation | (Inherited from Object) |
IJavaObjectEx.ToLocalJniHandle() | (Inherited from Object) |
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |