Tint class (gdipluseffects.h)
The Tint class enables you to apply a tint to a bitmap. Pass the address of a Tint object to the Graphics::DrawImage method or to the Bitmap::ApplyEffect method. To specify the nature of the tint, pass the address of a TintParams structure to the Tint::SetParameters method of a Tint object.
Inheritance
The Tint class implements Effect.
Methods
The Tint class has these methods.
Tint::GetParameters The Tint::GetParameters method gets the current values of the parameters of this Tint object. |
Tint::SetParameters The Tint::SetParameters method sets the parameters of this Tint object. |
Tint::Tint Creates a Tint object. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdipluseffects.h |