Movatterモバイル変換


[0]ホーム

URL:


Skip to main contentSkip to in-page navigation

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

ColorLookupTableEffect Class

Definition

Namespace:
System.Drawing.Imaging.Effects
Assembly:
System.Drawing.Common.dll
Package:
System.Drawing.Common v10.0.0
Source:
ColorLookupTableEffect.cs
Source:
ColorLookupTableEffect.cs
Source:
ColorLookupTableEffect.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Modifies the color components of an image.

public ref class ColorLookupTableEffect : System::Drawing::Imaging::Effects::Effect
public class ColorLookupTableEffect : System.Drawing.Imaging.Effects.Effect
type ColorLookupTableEffect = class    inherit Effect
Public Class ColorLookupTableEffectInherits Effect
Inheritance
ColorLookupTableEffect

Remarks

Individual color component values are changed to entries in a series of lookup tables.

Constructors

NameDescription
ColorLookupTableEffect(Byte[], Byte[], Byte[], Byte[])

Creates a newColorLookupTableEffect with the specified red, green, blue, and alpha lookup tables.

ColorLookupTableEffect(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Creates a newColorLookupTableEffect with the specified red, green, blue, and alpha lookup tables.

Properties

NameDescription
AlphaLookupTable

Gets the lookup table for the alpha channel.

BlueLookupTable

Gets the lookup table for the blue channel.

GreenLookupTable

Gets the lookup table for the green channel.

RedLookupTable

Gets the lookup table for the red channel.

Methods

NameDescription
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited fromEffect)
Dispose(Boolean)

Releases the unmanaged resources used by theEffect and optionally releases the managed resources.

(Inherited fromEffect)

Applies to

Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, seeour contributor guide.

Feedback

Was this page helpful?

YesNoNo

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?

In this article

Was this page helpful?

YesNo
NoNeed help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?