Uses of Class
org.praxislive.video.render.NativePixelData.Format
-
Packages that use NativePixelData.Format Package Description org.praxislive.video.render -
-
Uses of NativePixelData.Format in org.praxislive.video.render
Methods in org.praxislive.video.render that return NativePixelData.Format Modifier and Type Method Description NativePixelData.Format
NativePixelData. getFormat()
static NativePixelData.Format
NativePixelData.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static NativePixelData.Format[]
NativePixelData.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-