Package org.robovm.apple.corevideo
Class CVImageBufferAlphaChannelMode.Values
java.lang.Object
org.robovm.apple.corevideo.CVImageBufferAlphaChannelMode.Values
- Enclosing class:
- CVImageBufferAlphaChannelMode
public static class CVImageBufferAlphaChannelMode.Values extends Object
-
Constructor Summary
Constructors Constructor Description Values() -
Method Summary
Modifier and Type Method Description static CFStringPremultipliedAlpha()static CFStringStraightAlpha()
-
Constructor Details
-
Values
public Values()
-
-
Method Details
-
StraightAlpha
- Since:
- Available in iOS 13.0 and later.
-
PremultipliedAlpha
- Since:
- Available in iOS 13.0 and later.
-