Class KeyContext

java.lang.Object
icyllis.arc3d.granite.KeyContext

public class KeyContext extends Object
  • Constructor Details Link icon

  • Method Details Link icon

    • reset Link icon

      public void reset(PaintParams paintParams)
    • getRecordingContext Link icon

      @RawPtr @Nullable public @RawPtr RecordingContext getRecordingContext()
      Raw ptr to context, null when pre-compiling shaders.
    • getCaps Link icon

      public Caps getCaps()
    • r Link icon

      public float r()
      Returns the value of the red component, in destination space.
    • g Link icon

      public float g()
      Returns the value of the green component, in destination space.
    • b Link icon

      public float b()
      Returns the value of the blue component, in destination space.
    • a Link icon

      public float a()
      Returns the value of the alpha component, in destination space.
    • targetInfo Link icon

      public ImageInfo targetInfo()