Package org.robovm.apple.corevideo
Class CVImageBufferAlphaChannelMode
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFString>
org.robovm.apple.corevideo.CVImageBufferAlphaChannelMode
public class CVImageBufferAlphaChannelMode extends GlobalValueEnumeration<CFString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVImageBufferAlphaChannelMode.AsListMarshalerstatic classCVImageBufferAlphaChannelMode.Marshalerstatic classCVImageBufferAlphaChannelMode.Values -
Field Summary
Fields Modifier and Type Field Description static CVImageBufferAlphaChannelModePremultipliedAlphastatic CVImageBufferAlphaChannelModeStraightAlpha -
Method Summary
Modifier and Type Method Description static CVImageBufferAlphaChannelModevalueOf(CFString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
StraightAlpha
- Since:
- Available in iOS 13.0 and later.
-
PremultipliedAlpha
- Since:
- Available in iOS 13.0 and later.
-
-
Method Details