
swing
文章平均质量分 74
wenter126
北师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jframe 图片背景
It's not working very well. When the window opens, it is blank. I haveto minimize it, then right click on the window in the Windows bar atthe bottom of the screen, in the right-click menu select...原创 2009-07-07 15:44:07 · 151 阅读 · 0 评论 -
RGB 和 CMYK 相互转换
Adobe 色彩系统 RGB 和 CMYK 相互转换原理为了说明 adobe 的 RGB 转换 CMYK 的过程,不得不先涉及到一些色彩转换程序方面的东西。CMYK_ADOBE_COLORSPACE:r = (k*c)/maxval;g = (k*m)/maxval;b = (k*y)/maxval; 以上是 adobe 的 CMYK 到...原创 2009-07-20 11:19:16 · 5138 阅读 · 0 评论