Name at least five features of the Layers panel.

What will be an ideal response?


In the Layers panel, you can organize image elements; turn the visibility on and off for individual layers; lock, link, and merge layers; adjust opacity; put layers in layer sets; make new layers and delete them; add a layer mask; modify a layer style; and blend layers with blending modes.

Computer Science & Information Technology

You might also like to view...

Which of the following is a correct Function definition for Cube?

Consider the following event procedure that calls a Function procedure named Cube, which returns the cube of a number. ``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim num, result As Double num = CDbl(InputBox("Enter a number to cube:")) result = Cube(num) txtBox.Text = "The cube of " & num & " is " & result & "." End Sub ``` (A) 1 only (B) 2 only (C) Both 1 and 2 (D) Neither 1 nor 2

Computer Science & Information Technology

Which of the following is not a possible value of

    attribute TYPE?

    (a) 1 (b) A (c) I (d) R

Computer Science & Information Technology

A(n) ____________________ is a programmer who breaks into computer systems in an unauthorized way.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When you create a superclass and one or more subclasses, each object of each subclass is a subclass object.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology