IPicInfo_MaxColors [Get]

In Class PicGIF

 116 Private Property Get IPicInfo_MaxColors() As Variant
 117 ' Returns the maximum number of colors possible to represent in picture
 118 
 119 If FileOK Then
 120     ' We have the color information available
 121     IPicInfo_MaxColors = MaxColors
 122 End If
 123 
 124 End Property
 125 

Called by

MaxColors [Get] in Class IPicInfo