'Declaration Public Shared Function GetGrayPalleteColors( _
ByVal bitsPerComponentThe bits per component.As Integer _
) As Integer[]
public static int[] GetGrayPalleteColors(
int bitsPerComponent
)
public: static int[] GetGrayPalleteColors(
int bitsPerComponent
)
public:
static int[] GetGrayPalleteColors(
int bitsPerComponent
)
Parameters
- bitsPerComponent
- The bits per component.
Return Value
The array that contains colors for grayscale pallete.