Sha256: 0484f10d357079995384e373ed6490affc97094d54a4c0e21fd022210f6df812
Contents?: true
Size: 391 Bytes
Versions: 6
Compression:
Stored size: 391 Bytes
Contents
module GDAL module ColorTableTypes module CMYK def cyans color_entries_for(1) end def magentas color_entries_for(2) end def yellows color_entries_for(3) end def blacks color_entries_for(4) end def to_a NMatrix[cyans, magentas, yellows, blacks].transpose.to_a end end end end
Version data entries
6 entries across 6 versions & 1 rubygems