igColorEdit4 function

int igColorEdit4(
  1. Pointer<Uint8> label,
  2. Pointer<Vector4> col,
  3. int flags
)
byte igColorEdit4(
 byte* label ,
 Vector4* col ,
 ImGuiColorEditFlags flags
);

Implementation

int igColorEdit4(Pointer<Uint8> label, Pointer<Vector4> col, int flags) =>
    _igColorEdit4(label, col, flags);