igColorPicker4 function

int igColorPicker4(
  1. Pointer<Uint8> label,
  2. Pointer<Vector4> col,
  3. int flags,
  4. Pointer<Float> ref_col
)
byte igColorPicker4(
 byte* label ,
 Vector4* col ,
 ImGuiColorEditFlags flags ,
 float* ref_col
);

Implementation

int igColorPicker4(Pointer<Uint8> label, Pointer<Vector4> col, int flags,
        Pointer<Float> ref_col) =>
    _igColorPicker4(label, col, flags, ref_col);