赞 | 0 |
VIP | 64 |
好人卡 | 11 |
积分 | 38 |
经验 | 56645 |
最后登录 | 2022-1-16 |
在线时间 | 2260 小时 |
Lv3.寻梦者
- 梦石
- 0
- 星屑
- 3829
- 在线时间
- 2260 小时
- 注册时间
- 2008-1-28
- 帖子
- 3193
|
本帖最后由 飞3a 于 2012-5-22 18:53 编辑
你发上来一堆颜色?
irb(main):001:0> class Color
def toRGB()
def toRGBA()
def toHSV()
def toHSL()
def toCMYK()
def toYCbCr()
def toYPbPr()
def self.fromRGB(r, g, b)
def self.fromRGBA(r, g, b, a = 255)
def self.fromHSV(h, s, v)
def self.fromHSL(h, s, l)
def self.fromCMYK(c, m, y, k)
def self.fromYCbCr(y, cb, cr)
def self.fromYPbPr(y, pb, pr)
end Color
irb(main):017:14>
为什么什么都没有。。。。 |
|