You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change ANSIColor rgb fields to UInt8
* Change instances of the ANSIColor constructor
Follow up to issue #40 and PR #41
Write number literals using hexadecimal notation or call the
UInt8 constructor explicitly (Note that Julia won't implicitly cast
number literals).
* Add optional values ANSIColor constructor
* Modify 16/256 color constructor (integer values)
Allow the third ANSIColor constructor to take integers smaller than
64/32 bits, so that the values are passed (or casted) as UInt8 at a
higher level, without breaking code that still sends an Int32/64.
0 commit comments