The Current & Below cloning option samples the artwork ____.
A. by sampling the top two layers
B. by sampling the appearance of the artwork as a composite from the current layer and all layers beneath it
C. by sampling the top and bottom layers only
D. by sampling from the targeted layer only
Answer: B
You might also like to view...
Data that is accurate, timely, and organized in a useful manner is ________
A) knowledge B) metadata C) information D) enhanced data
In the queue, the back pointer is important because:
A. without it, we would have to walk a pointer through the entire queue to get to the last node, where we enqueue B. without it, we would have to walk a pointer through the entire queue to get to the last node, where we dequeue C. without it, we would have memory leak when the destructor is called D. it makes it much easier to implement the deepCopy function