在RGB色彩空间中,()产生蓝色
A: 0,255,0
B: 0,0,255
C: 0,255,255
D: 255.255.255
A: 0,255,0
B: 0,0,255
C: 0,255,255
D: 255.255.255
举一反三
- 在VBA中,将某个单元格的背景填充为绿色,文字颜色改为蓝色,则正确的是 A: Cells(row, col).Interior.Color = RGB(0, 255, 0):Cells(row, col).Font.Color = RGB(0, 0, 255) B: Cells(row, col).Interior.Color = RGB(0, 0, 255):Cells(row, col).Font.Color = RGB(0, 255, 0) C: Cells(row, col).Interior.Color = RGB(255, 255, 255):Cells(row, col).Font.Color = RGB(0, 0, 255) D: Cells(row, col).Interior.Color = RGB(0, 0, 0):Cells(row, col).Font.Color = RGB(0, 0, 255)
- B类地址的缺省子网掩码是() A: 255、255、255、128 B: 255、255、255、0 C: 255、255、0、0 D: 255、255、128、0
- 在RGB模式中,青色的值为()。 A: AR=255,G=255,B=0 B: BR=255,G=0,B=255 C: CR=255,G=255,B=355 D: DR=0,G=255,B=255
- 在RGB色彩模式中,R:255,G://0,B:0表示什么色?R:0,G://255,B:255表示什么色?R:0,G://0,B:0表示什么色?
- B类地址的缺省子网掩码是( )[br][/br]0分) A: 255、255、255、128 B: 255、255、255、0 C: 255、255、0、0 D: 255、255、1