Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) FreeImageAPI FreeImage.SetGreyLevelPalette示例
编程语言:
C# (CSharp)
命名空间/包名称:
FreeImageAPI
类/类型:
FreeImage
方法/功能:
SetGreyLevelPalette
hotexamples.com的示例:
1
C# (CSharp) FreeImageAPI FreeImage.SetGreyLevelPalette - 已找到1个示例
。这些是从开源项目中提取的最受好评的
FreeImageAPI.FreeImage.SetGreyLevelPalette
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
DrawSolidRectangle(5)
GetTagValue(3)
PasteFromTopLeft(3)
GradientBlendPasteFromTopLeft(3)
KernelCorrelateImageRegions(3)
DrawImageToDst(3)
GetTagType(3)
DrawColourSolidRect(3)
SetOutputMessage(3)
SaveFIBToFile(2)
DrawColourRect(2)
GetBPP(2)
AffineTransform(2)
CreateICCProfile(2)
Copy(2)
SetGreyLevelPalette(1)
MatrixScale(1)
StatisticReport(1)
Paste(1)
MatrixNew(1)
MatrixInvert(1)
MatrixTranslate(1)
LinearScaleToStandardType(1)
StretchImageToType(1)
Histogram(1)
Threshold(1)
GetWidth(1)
MatrixRotate(1)
GetImageType(1)
GetTagCount(1)
ConvertToType(1)
AllocateT(1)
ColorToString(1)
CompareMemory(1)
ConvertInt16ToUInt16(1)
ConvertTo24Bits(1)
ConvertTo8Bits(1)
ConvertToGreyscale(1)
ConvertToStandardType(1)
DrawImageFromSrcToDst(1)
GetScanLine(1)
EdgeDetect(1)
FindMinMax(1)
FlipVertical(1)
GetChannel(1)
GetColorsUsed(1)
GetGreyScalePixelValuesAsDoublesForLine(1)
Allocate(1)
GetPalette(1)
ValidateAvailability(1)
常用方法
DrawSolidRectangle (5)
GetTagValue (3)
PasteFromTopLeft (3)
GradientBlendPasteFromTopLeft (3)
KernelCorrelateImageRegions (3)
DrawImageToDst (3)
GetTagType (3)
DrawColourSolidRect (3)
SetOutputMessage (3)
SaveFIBToFile (2)
常用方法
DrawColourRect (2)
GetBPP (2)
AffineTransform (2)
CreateICCProfile (2)
Copy (2)
SetGreyLevelPalette (1)
MatrixScale (1)
StatisticReport (1)
Paste (1)
MatrixNew (1)
MatrixInvert (1)
MatrixTranslate (1)
LinearScaleToStandardType (1)
StretchImageToType (1)
Histogram (1)
Threshold (1)
GetWidth (1)
MatrixRotate (1)
GetImageType (1)
GetTagCount (1)
常用方法
MatrixInvert (1)
MatrixTranslate (1)
LinearScaleToStandardType (1)
StretchImageToType (1)
Histogram (1)
Threshold (1)
GetWidth (1)
MatrixRotate (1)
GetImageType (1)
GetTagCount (1)
ConvertToType (1)
AllocateT (1)
ColorToString (1)
CompareMemory (1)
ConvertInt16ToUInt16 (1)
ConvertTo24Bits (1)
ConvertTo8Bits (1)
ConvertToGreyscale (1)
ConvertToStandardType (1)
DrawImageFromSrcToDst (1)
GetScanLine (1)
EdgeDetect (1)
FindMinMax (1)
FlipVertical (1)
GetChannel (1)
GetColorsUsed (1)
GetGreyScalePixelValuesAsDoublesForLine (1)
Allocate (1)
GetPalette (1)
ValidateAvailability (1)
常用方法
ConvertToType (1)
AllocateT (1)
ColorToString (1)
CompareMemory (1)
ConvertInt16ToUInt16 (1)
ConvertTo24Bits (1)
ConvertTo8Bits (1)
ConvertToGreyscale (1)
ConvertToStandardType (1)
DrawImageFromSrcToDst (1)
GetScanLine (1)
EdgeDetect (1)
FindMinMax (1)
FlipVertical (1)
GetChannel (1)
GetColorsUsed (1)
GetGreyScalePixelValuesAsDoublesForLine (1)
Allocate (1)
GetPalette (1)
ValidateAvailability (1)
示例#1
0
显示文件
public void SetGreyLevelPalette() { FreeImage.SetGreyLevelPalette(this.Dib); }
x