Click here to Skip to main content
15,885,141 members
Articles / Multimedia / GDI+

Color Scale Filter

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
17 Jul 2007CPOL4 min read 59.7K   2.2K   24  
Grayscale and color scale filters.
Public Class Utility

End Class

Public Enum HAlign As Integer
   Left = 0
   Center = 1
   Right = 2
End Enum

Public Enum VAlign As Integer
   Top = 0
   Middle = 1
   Bottom = 2
End Enum

Public Enum Orientation As Integer
   Vertical = 0
   Horizontal = 1
End Enum

Public Enum Brightness As Integer
   Normal = 0
   Bright = 1
   Custom = 2
End Enum



By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Slovenia Slovenia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions