예제 #1
0
void Pixel::operator=(const ImageAccessor accessor)
{
    (*this) = accessor.read();
}
예제 #2
0
Pixel::Pixel(const ImageAccessor accessor)
{
     (*this) = accessor.read();
}