Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
org.skia.jetski.HSLAMatrixColorFilter Class Reference
Inheritance diagram for org.skia.jetski.HSLAMatrixColorFilter:
org.skia.jetski.ColorFilter

Public Member Functions

 HSLAMatrixColorFilter (float[] m) throws IllegalArgumentException
 
- Public Member Functions inherited from org.skia.jetski.ColorFilter
void release ()
 

Additional Inherited Members

- Protected Member Functions inherited from org.skia.jetski.ColorFilter
void finalize () throws Throwable
 
 ColorFilter (long native_instance)
 
- Package Functions inherited from org.skia.jetski.ColorFilter
long getNativeInstance ()
 

Detailed Description

Definition at line 12 of file HSLAMatrixColorFilter.java.

Constructor & Destructor Documentation

◆ HSLAMatrixColorFilter()

org.skia.jetski.HSLAMatrixColorFilter.HSLAMatrixColorFilter ( float[]  m) throws IllegalArgumentException
inline

Definition at line 13 of file HSLAMatrixColorFilter.java.

13 {
14 super(makeNative(m));
15 }

The documentation for this class was generated from the following file: