ImageAttributes.SetColorMatrix
내용물
[
숨다
]SetColorMatrix(ColorMatrix)
기본 범주에 대한 색상 조정 매트릭스를 설정합니다.
public void SetColorMatrix(ColorMatrix newColorMatrix)
모수 | 유형 | 설명 |
---|---|---|
newColorMatrix | ColorMatrix | 색상 조정 매트릭스. |
또한보십시오
- class ColorMatrix
- class ImageAttributes
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD
SetColorMatrix(ColorMatrix, ColorMatrixFlag)
기본 범주에 대한 색상 조정 매트릭스를 설정합니다.
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag flags)
모수 | 유형 | 설명 |
---|---|---|
newColorMatrix | ColorMatrix | 색상 조정 매트릭스. |
flags | ColorMatrixFlag | 의 요소ColorMatrixFlag 색상 조정 매트릭스의 영향을 받는 이미지 유형과 색상을 지정합니다. |
또한보십시오
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD
SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType)
지정된 범주에 대한 색상 조정 매트릭스를 설정합니다.
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type)
모수 | 유형 | 설명 |
---|---|---|
newColorMatrix | ColorMatrix | 색상 조정 매트릭스. |
mode | ColorMatrixFlag | 의 요소ColorMatrixFlag 색상 조정 매트릭스의 영향을 받는 이미지 유형과 색상을 지정합니다. |
type | ColorAdjustType | 의 요소ColorAdjustType 색상 조정 매트릭스가 설정된 범주를 지정합니다. |
또한보십시오
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD