Changeset 166 for Include/Classes/System/Drawing/Color.ab
- Timestamp:
- Mar 13, 2007, 11:55:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Drawing/Color.ab
r104 r166 75 75 Sub SetFromCOLORREF(rgb As COLORREF) 76 76 If (rgb And &hff000000) = &h01000000 Then 77 Exit Sub ' インデックス指定は無効77 Exit Sub ' パレットインデックス指定は無効 78 78 Else 79 79 argb = Color_MakeARGB(255, GetRValue(rgb), GetGValue(rgb), GetBValue(rgb)) … … 107 107 Dim c As Color(a, r, g, b) 108 108 Return c 109 End Function 110 111 Override Function GetHashCode() As Long 112 Return argb As Long 109 113 End Function 110 114
Note:
See TracChangeset
for help on using the changeset viewer.