RGB颜色模式中,表示黑色的是( )
A: RGB(255,255,255)
B: RGB(0,0,0)
C: RGB(255,0,0)
D: RGB(0,255,255)
A: RGB(255,255,255)
B: RGB(0,0,0)
C: RGB(255,0,0)
D: RGB(0,255,255)
B
举一反三
- 在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)
- <span style="color: rgb(255, 0, 0); font-size: 18px; background-color: rgb(255, 255, 255);<strong> (视频2.4.2测</strong><strong>试题)</strong></span><span style="color: rgb(255, 0, 0); font-size: 18px; background-color: rgb(255, 255, 255);</span><img width="780" height="91" src="http://image.zhihuishu.com/download/upload/uccmanage/eweb/user/20150720140135661.jpg" border="0" _ewebeditor_pa_src="http%3A%2F%2Fimage.zhihuishu.com%2Fdownload%2Fupload%2Fuccmanage%2Feweb%2Fuser%2F20150720140135661.jpg
- 在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表示什么色?
- 用SimpleGUITk绘制圆时,需要指定圆的线条和内部填充颜色,以下哪些选项可以表示蓝色? A: rgb(255, 0, 0) B: Blue C: rgb(0, 0, 255) D: blue E: “#0000FF”
内容
- 0
在图象处理中的RGB模式下纯黑色的R、G、B值为()。 A: A(0、0、0) B: B(255、255、255) C: C(127、127、127) D: D(256、256、256)
- 1
RGB色彩模式下,R:255 G:25 B:0表示的颜色是______
- 2
RGB颜色模式可以为彩色图像中每个像素的RGB分量分配( )之间的强度值。 A: 0~245 B: 0~255 C: 0~256 D: 0~300
- 3
在计算机中通常使用RGB值来表示颜色,每个RGB值的取值范围是0~255,能产生蓝色的RGB值为()。 A: RGB(255,0,0) B: RGB(0,255,0) C: RGB(0,0,255) D: RGB(255,255,0)
- 4
【单选题】关于 RGB 色彩模型,以下说法不正确的是的 A. RGB 色彩模型中的三原色中包含黑色。 B. RGB 色彩模型中的三原色中包含红色。 C. 若某个像素点的值是( 0 , 255 , 0 ),则表示该颜色中只含绿色。 D. 若某个像素点的值是( 255 , 255 , 255 ),则表示该颜色为白色。