Changeset 212 for Include/Classes/System/Drawing/Color.ab
- Timestamp:
- Apr 13, 2007, 5:12:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Drawing/Color.ab
r166 r212 6 6 #include <Classes/System/Math.ab> 7 7 #include <Classes/System/Drawing/Imaging/misc.ab> 8 9 Const Enum ColorChannelFlags10 ColorChannelFlagsC = 011 ColorChannelFlagsM12 ColorChannelFlagsY13 ColorChannelFlagsK14 ColorChannelFlagsLast15 End Enum16 8 17 9 Class Color … … 36 28 argb = newArgb 37 29 End Sub 38 30 /* 39 31 Sub Operator =(c As Color) 40 32 argb = c.argb 41 33 End Sub 42 34 */ 43 35 Function Operator ==(c As Color) As Boolean 44 36 Return Equals(c)
Note:
See TracChangeset
for help on using the changeset viewer.