NVGcolor.rgba

Undocumented in source. Be warned that the author may not have intended to support it.
  1. float[4] rgba [@property getter]
  2. float[4] rgba [@property setter]
    struct NVGcolor
    @property
    float[4]
    rgba
    (
    float[4] n_rgba
    )
  3. float r;
  4. float g;
  5. float b;
  6. float a;

Meta