ImDrawList_ChannelsSplit function

void ImDrawList_ChannelsSplit(
  1. Pointer<ImDrawList> self,
  2. int count
)
void ImDrawList_ChannelsSplit(
 ImDrawList* self ,
 int count
);

Implementation

void ImDrawList_ChannelsSplit(Pointer<ImDrawList> self, int count) =>
    _ImDrawList_ChannelsSplit(self, count);