Rodousse / stbipp

A small size Image IO library based on stb_image. This has been archived due to a conflict of interest with my current employer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Color] Fill value constructor init fill only with zeo

Rodousse opened this issue · comments

Describe the bug

explicit Color(DataType value)
    {
        std::fill(m_data.begin(), m_data.end(), DataType(0));
    }

Well this doesn't work as expected