NSColor.FromDeviceRgb Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
FromDeviceRgb(Byte, Byte, Byte)
public static AppKit.NSColor FromDeviceRgb (byte red, byte green, byte blue);
static member FromDeviceRgb : byte * byte * byte -> AppKit.NSColor
Parâmetros
Retornos
FromDeviceRgb(Int32, Int32, Int32)
public static AppKit.NSColor FromDeviceRgb (int red, int green, int blue);
static member FromDeviceRgb : int * int * int -> AppKit.NSColor
Parâmetros
Retornos
FromDeviceRgb(nfloat, nfloat, nfloat)
public static AppKit.NSColor FromDeviceRgb (nfloat red, nfloat green, nfloat blue);
static member FromDeviceRgb : nfloat * nfloat * nfloat -> AppKit.NSColor
Parâmetros
Retornos