MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / MakeBlack

Method MakeBlack

Bench/src/CImage.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void CSimpleImage::MakeBlack()
137{
138 for (uint y = 0; y < Height; y++)
139 memset(Data(y), 0, BytesWidth());
140}
141
142CImageROI::CImageROI(CSimpleImage& Image, uint X, uint Y, uint W, uint H)
143{

Callers 2

CreateMethod · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected