Package icyllis.arc3d.granite
Class KeyContext
java.lang.Object
icyllis.arc3d.granite.KeyContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
a()
Returns the value of the alpha component, in destination space.float
b()
Returns the value of the blue component, in destination space.float
g()
Returns the value of the green component, in destination space.getCaps()
Raw ptr to context, null when pre-compiling shaders.float
r()
Returns the value of the red component, in destination space.void
reset
(PaintParams paintParams)
-
Constructor Details
-
KeyContext
-
-
Method Details
-
reset
-
getRecordingContext
Raw ptr to context, null when pre-compiling shaders. -
getCaps
-
r
public float r()Returns the value of the red component, in destination space. -
g
public float g()Returns the value of the green component, in destination space. -
b
public float b()Returns the value of the blue component, in destination space. -
a
public float a()Returns the value of the alpha component, in destination space. -
targetInfo
-