代码搜索结果

找到约 8,819 项符合 RGB 的代码

test2c.uil

! test2c.uil ! ! This test tries to demonstrate : ! - how exported and imported values work ! - literals ! module test2c names = case_sensitive value green : exported rgb(0, 0, 65535); n : exporte

test2b.uil

! test2b.uil ! ! This test tries to demonstrate : ! - how exported and imported values work ! - literals ! module test2b names = case_sensitive value green : exported rgb(65535, 0, 0); n : exporte

test2c.uil

! test2c.uil ! ! This test tries to demonstrate : ! - how exported and imported values work ! - literals ! module test2c names = case_sensitive value green : exported rgb(0, 0, 65535); n : exporte

f16.c

/************************************** ** ** F16.C : Code to read 16-bit fractal data sets. Uses ** strictly Targa16 type 10 files (run-length encoded 16-bit RGB). */ /* Lee Daniel Crocker

vga_controller.v

//Slightly modified from the DE2 default design example // module VGA_Controller( // Host Side iCursor_RGB_EN, iCursor_X, iCursor_Y, iCursor_R, iCursor_G, i