Uses of Class
org.robovm.apple.metalps.MPSAlphaType
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSAlphaType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSAlphaType Modifier and Type Method Description MPSAlphaTypeMPSImageConversion. getDestinationAlpha()MPSAlphaTypeMPSImageConversion. getSourceAlpha()static MPSAlphaTypeMPSAlphaType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSAlphaTypeMPSAlphaType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSAlphaType[]MPSAlphaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalps with parameters of type MPSAlphaType Modifier and Type Method Description protected longMPSImageConversion. init(MTLDevice device, MPSAlphaType srcAlpha, MPSAlphaType destAlpha, MachineSizedFloatPtr backgroundColor, CGColorConversionInfo conversionInfo)Constructors in org.robovm.apple.metalps with parameters of type MPSAlphaType Constructor Description MPSImageConversion(MTLDevice device, MPSAlphaType srcAlpha, MPSAlphaType destAlpha, MachineSizedFloatPtr backgroundColor, CGColorConversionInfo conversionInfo)