Ignore:
Timestamp:
Apr 13, 2007, 5:12:31 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

Object.ReferenceEqualsを追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Drawing/Color.ab

    r166 r212  
    66#include <Classes/System/Math.ab>
    77#include <Classes/System/Drawing/Imaging/misc.ab>
    8 
    9 Const Enum ColorChannelFlags
    10     ColorChannelFlagsC = 0
    11     ColorChannelFlagsM
    12     ColorChannelFlagsY
    13     ColorChannelFlagsK
    14     ColorChannelFlagsLast
    15 End Enum
    168
    179Class Color
     
    3628        argb = newArgb
    3729    End Sub
    38 
     30/*
    3931    Sub Operator =(c As Color)
    4032        argb = c.argb
    4133    End Sub
    42 
     34*/
    4335    Function Operator ==(c As Color) As Boolean
    4436        Return Equals(c)
Note: See TracChangeset for help on using the changeset viewer.