Gets an array of integer values that represent RGB color masks.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetColorMask() As RasterColor() |
Managed Extensions for C++ | |
---|
public: RasterColor[] GetColorMask(); |
Return Value
An array of 3 integers as follows: ColorMask[0] is the red mask; ColorMask[1] is the green mask;
ColorMask[2] is the blue mask.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also