Class EmfPlusColorLookupTableEffect

Class EmfPlusColorLookupTableEffect

이름 공간 : Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects 모임: Aspose.Imaging.dll (25.4.0)

ColorLookupTableEffect 객체는 이미지의 색상에 대한 조정을 지정합니다.

public sealed class EmfPlusColorLookupTableEffect : EmfPlusImageEffectsObjectType

Inheritance

object MetaObject EmfPlusObject EmfPlusImageEffectsObjectType EmfPlusColorLookupTableEffect

상속 회원들

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusColorLookupTableEffect()

public EmfPlusColorLookupTableEffect()

Properties

AlphaLookupTable

알파 색상 채널에 대한 조정을 지정하는 256 바이트의 범위를 얻거나 설정합니다.

public byte[] AlphaLookupTable { get; set; }

부동산 가치

byte [ ] [ [ ]

BlueLookupTable

파란색 채널에 대한 조정을 지정하는 256 바이트의 범위를 얻거나 설정합니다.

public byte[] BlueLookupTable { get; set; }

부동산 가치

byte [ ] [ [ ]

GreenLookupTable

녹색 채널에 대한 조정을 지정하는 256 바이트의 범위를 얻거나 설정합니다.

public byte[] GreenLookupTable { get; set; }

부동산 가치

byte [ ] [ [ ]

RedLookupTable

빨간색 채널에 대한 조정을 지정하는 256 바이트의 범위를 얻거나 설정합니다.

public byte[] RedLookupTable { get; set; }

부동산 가치

byte [ ] [ [ ]

 한국어