Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.image.color
  • Platforms: .NET, .NET Standard 2.0, Island

 

Alpha16Model

 

class var Alpha16Model: Model;

 

static Model Alpha16Model

 

static var Alpha16Model: Model

 

Alpha16Model Model

 

Shared FIELD Alpha16Model() As Model

AlphaModel

 

class var AlphaModel: Model;

 

static Model AlphaModel

 

static var AlphaModel: Model

 

AlphaModel Model

 

Shared FIELD AlphaModel() As Model

Black

 

class var Black: Gray16;

 

static Gray16 Black

 

static var Black: Gray16

 

Black Gray16

 

Shared FIELD Black() As Gray16

CMYKModel

 

class var CMYKModel: Model;

 

static Model CMYKModel

 

static var CMYKModel: Model

 

CMYKModel Model

 

Shared FIELD CMYKModel() As Model

CMYKToRGB

 

class method CMYKToRGB(c: uint8; m: uint8; y: uint8; k: uint8): tuple of (Byte, Byte, Byte)

 

static (Byte, Byte, Byte) CMYKToRGB(uint8 c, uint8 m, uint8 y, uint8 k)

 

static func CMYKToRGB(_ c: uint8, _ m: uint8, _ y: uint8, _ k: uint8) -> (Byte, Byte, Byte)

 

func CMYKToRGB(c uint8, m uint8, y uint8, k uint8) tuple of (Byte, Byte, Byte)

 

Shared Function CMYKToRGB(c As uint8, m As uint8, y As uint8, k As uint8) As Tuple (Of Byte, Byte, Byte)

Parameters:

  • c:
  • m:
  • y:
  • k:

Gray16Model

 

class var Gray16Model: Model;

 

static Model Gray16Model

 

static var Gray16Model: Model

 

Gray16Model Model

 

Shared FIELD Gray16Model() As Model

GrayModel

 

class var GrayModel: Model;

 

static Model GrayModel

 

static var GrayModel: Model

 

GrayModel Model

 

Shared FIELD GrayModel() As Model

ModelFunc

 

// .NET, .NET Standard 2.0
class method ModelFunc(f: Func<Color, Color>): Model
// Island
class method ModelFunc(f: Func<go.image.color.Color,go.image.color.Color>): Model

 

// .NET, .NET Standard 2.0
static Model ModelFunc(Func<Color, Color> f)
// Island
static Model ModelFunc(Func<go.image.color.Color,go.image.color.Color> f)

 

// .NET, .NET Standard 2.0
static func ModelFunc(_ f: Func<Color, Color>) -> Model
// Island
static func ModelFunc(_ f: Func<go.image.color.Color,go.image.color.Color>) -> Model

 

// .NET, .NET Standard 2.0
func ModelFunc(f Func<Color, Color>) Model
// Island
func ModelFunc(f Func<go.image.color.Color,go.image.color.Color>) Model

 

// .NET, .NET Standard 2.0
Shared Function ModelFunc(f As Func (Of Color, Color)) As Model
// Island
Shared Function ModelFunc(f As Func<go.image.color.Color,go.image.color.Color>) As Model

Parameters:

  • f:

NRGBA64Model

 

class var NRGBA64Model: Model;

 

static Model NRGBA64Model

 

static var NRGBA64Model: Model

 

NRGBA64Model Model

 

Shared FIELD NRGBA64Model() As Model

NRGBAModel

 

class var NRGBAModel: Model;

 

static Model NRGBAModel

 

static var NRGBAModel: Model

 

NRGBAModel Model

 

Shared FIELD NRGBAModel() As Model

NYCbCrAModel

 

class var NYCbCrAModel: Model;

 

static Model NYCbCrAModel

 

static var NYCbCrAModel: Model

 

NYCbCrAModel Model

 

Shared FIELD NYCbCrAModel() As Model

Opaque

 

class var Opaque: Alpha16;

 

static Alpha16 Opaque

 

static var Opaque: Alpha16

 

Opaque Alpha16

 

Shared FIELD Opaque() As Alpha16

RGBA64Model

 

class var RGBA64Model: Model;

 

static Model RGBA64Model

 

static var RGBA64Model: Model

 

RGBA64Model Model

 

Shared FIELD RGBA64Model() As Model

RGBAModel

 

class var RGBAModel: Model;

 

static Model RGBAModel

 

static var RGBAModel: Model

 

RGBAModel Model

 

Shared FIELD RGBAModel() As Model

RGBToCMYK

 

class method RGBToCMYK(r: uint8; g: uint8; b: uint8): tuple of (Byte, Byte, Byte, Byte)

 

static (Byte, Byte, Byte, Byte) RGBToCMYK(uint8 r, uint8 g, uint8 b)

 

static func RGBToCMYK(_ r: uint8, _ g: uint8, _ b: uint8) -> (Byte, Byte, Byte, Byte)

 

func RGBToCMYK(r uint8, g uint8, b uint8) tuple of (Byte, Byte, Byte, Byte)

 

Shared Function RGBToCMYK(r As uint8, g As uint8, b As uint8) As Tuple (Of Byte, Byte, Byte, Byte)

Parameters:

  • r:
  • g:
  • b:

RGBToYCbCr

 

class method RGBToYCbCr(r: uint8; g: uint8; b: uint8): tuple of (Byte, Byte, Byte)

 

static (Byte, Byte, Byte) RGBToYCbCr(uint8 r, uint8 g, uint8 b)

 

static func RGBToYCbCr(_ r: uint8, _ g: uint8, _ b: uint8) -> (Byte, Byte, Byte)

 

func RGBToYCbCr(r uint8, g uint8, b uint8) tuple of (Byte, Byte, Byte)

 

Shared Function RGBToYCbCr(r As uint8, g As uint8, b As uint8) As Tuple (Of Byte, Byte, Byte)

Parameters:

  • r:
  • g:
  • b:

Transparent

 

class var Transparent: Alpha16;

 

static Alpha16 Transparent

 

static var Transparent: Alpha16

 

Transparent Alpha16

 

Shared FIELD Transparent() As Alpha16

White

 

class var White: Gray16;

 

static Gray16 White

 

static var White: Gray16

 

White Gray16

 

Shared FIELD White() As Gray16

YCbCrModel

 

class var YCbCrModel: Model;

 

static Model YCbCrModel

 

static var YCbCrModel: Model

 

YCbCrModel Model

 

Shared FIELD YCbCrModel() As Model

YCbCrToRGB

 

class method YCbCrToRGB(y: uint8; cb: uint8; cr: uint8): tuple of (Byte, Byte, Byte)

 

static (Byte, Byte, Byte) YCbCrToRGB(uint8 y, uint8 cb, uint8 cr)

 

static func YCbCrToRGB(_ y: uint8, _ cb: uint8, _ cr: uint8) -> (Byte, Byte, Byte)

 

func YCbCrToRGB(y uint8, cb uint8, cr uint8) tuple of (Byte, Byte, Byte)

 

Shared Function YCbCrToRGB(y As uint8, cb As uint8, cr As uint8) As Tuple (Of Byte, Byte, Byte)

Parameters:

  • y:
  • cb:
  • cr:

 

Alpha16Model

 

class var Alpha16Model: Model;

 

static Model Alpha16Model

 

static var Alpha16Model: Model

 

Alpha16Model Model

 

Shared FIELD Alpha16Model() As Model

AlphaModel

 

class var AlphaModel: Model;

 

static Model AlphaModel

 

static var AlphaModel: Model

 

AlphaModel Model

 

Shared FIELD AlphaModel() As Model

Black

 

class var Black: Gray16;

 

static Gray16 Black

 

static var Black: Gray16

 

Black Gray16

 

Shared FIELD Black() As Gray16

CMYKModel

 

class var CMYKModel: Model;

 

static Model CMYKModel

 

static var CMYKModel: Model

 

CMYKModel Model

 

Shared FIELD CMYKModel() As Model

Gray16Model

 

class var Gray16Model: Model;

 

static Model Gray16Model

 

static var Gray16Model: Model

 

Gray16Model Model

 

Shared FIELD Gray16Model() As Model

GrayModel

 

class var GrayModel: Model;

 

static Model GrayModel

 

static var GrayModel: Model

 

GrayModel Model

 

Shared FIELD GrayModel() As Model

NRGBA64Model

 

class var NRGBA64Model: Model;

 

static Model NRGBA64Model

 

static var NRGBA64Model: Model

 

NRGBA64Model Model

 

Shared FIELD NRGBA64Model() As Model

NRGBAModel

 

class var NRGBAModel: Model;

 

static Model NRGBAModel

 

static var NRGBAModel: Model

 

NRGBAModel Model

 

Shared FIELD NRGBAModel() As Model

NYCbCrAModel

 

class var NYCbCrAModel: Model;

 

static Model NYCbCrAModel

 

static var NYCbCrAModel: Model

 

NYCbCrAModel Model

 

Shared FIELD NYCbCrAModel() As Model

Opaque

 

class var Opaque: Alpha16;

 

static Alpha16 Opaque

 

static var Opaque: Alpha16

 

Opaque Alpha16

 

Shared FIELD Opaque() As Alpha16

RGBA64Model

 

class var RGBA64Model: Model;

 

static Model RGBA64Model

 

static var RGBA64Model: Model

 

RGBA64Model Model

 

Shared FIELD RGBA64Model() As Model

RGBAModel

 

class var RGBAModel: Model;

 

static Model RGBAModel

 

static var RGBAModel: Model

 

RGBAModel Model

 

Shared FIELD RGBAModel() As Model

Transparent

 

class var Transparent: Alpha16;

 

static Alpha16 Transparent

 

static var Transparent: Alpha16

 

Transparent Alpha16

 

Shared FIELD Transparent() As Alpha16

White

 

class var White: Gray16;

 

static Gray16 White

 

static var White: Gray16

 

White Gray16

 

Shared FIELD White() As Gray16

YCbCrModel

 

class var YCbCrModel: Model;

 

static Model YCbCrModel

 

static var YCbCrModel: Model

 

YCbCrModel Model

 

Shared FIELD YCbCrModel() As Model

 

CMYKToRGB

 

class method CMYKToRGB(c: uint8; m: uint8; y: uint8; k: uint8): tuple of (Byte, Byte, Byte)

 

static (Byte, Byte, Byte) CMYKToRGB(uint8 c, uint8 m, uint8 y, uint8 k)

 

static func CMYKToRGB(_ c: uint8, _ m: uint8, _ y: uint8, _ k: uint8) -> (Byte, Byte, Byte)

 

func CMYKToRGB(c uint8, m uint8, y uint8, k uint8) tuple of (Byte, Byte, Byte)

 

Shared Function CMYKToRGB(c As uint8, m As uint8, y As uint8, k As uint8) As Tuple (Of Byte, Byte, Byte)

Parameters:

  • c:
  • m:
  • y:
  • k:

ModelFunc

 

// .NET, .NET Standard 2.0
class method ModelFunc(f: Func<Color, Color>): Model
// Island
class method ModelFunc(f: Func<go.image.color.Color,go.image.color.Color>): Model

 

// .NET, .NET Standard 2.0
static Model ModelFunc(Func<Color, Color> f)
// Island
static Model ModelFunc(Func<go.image.color.Color,go.image.color.Color> f)

 

// .NET, .NET Standard 2.0
static func ModelFunc(_ f: Func<Color, Color>) -> Model
// Island
static func ModelFunc(_ f: Func<go.image.color.Color,go.image.color.Color>) -> Model

 

// .NET, .NET Standard 2.0
func ModelFunc(f Func<Color, Color>) Model
// Island
func ModelFunc(f Func<go.image.color.Color,go.image.color.Color>) Model

 

// .NET, .NET Standard 2.0
Shared Function ModelFunc(f As Func (Of Color, Color)) As Model
// Island
Shared Function ModelFunc(f As Func<go.image.color.Color,go.image.color.Color>) As Model

Parameters:

  • f:

RGBToCMYK

 

class method RGBToCMYK(r: uint8; g: uint8; b: uint8): tuple of (Byte, Byte, Byte, Byte)

 

static (Byte, Byte, Byte, Byte) RGBToCMYK(uint8 r, uint8 g, uint8 b)

 

static func RGBToCMYK(_ r: uint8, _ g: uint8, _ b: uint8) -> (Byte, Byte, Byte, Byte)

 

func RGBToCMYK(r uint8, g uint8, b uint8) tuple of (Byte, Byte, Byte, Byte)

 

Shared Function RGBToCMYK(r As uint8, g As uint8, b As uint8) As Tuple (Of Byte, Byte, Byte, Byte)

Parameters:

  • r:
  • g:
  • b:

RGBToYCbCr

 

class method RGBToYCbCr(r: uint8; g: uint8; b: uint8): tuple of (Byte, Byte, Byte)

 

static (Byte, Byte, Byte) RGBToYCbCr(uint8 r, uint8 g, uint8 b)

 

static func RGBToYCbCr(_ r: uint8, _ g: uint8, _ b: uint8) -> (Byte, Byte, Byte)

 

func RGBToYCbCr(r uint8, g uint8, b uint8) tuple of (Byte, Byte, Byte)

 

Shared Function RGBToYCbCr(r As uint8, g As uint8, b As uint8) As Tuple (Of Byte, Byte, Byte)

Parameters:

  • r:
  • g:
  • b:

YCbCrToRGB

 

class method YCbCrToRGB(y: uint8; cb: uint8; cr: uint8): tuple of (Byte, Byte, Byte)

 

static (Byte, Byte, Byte) YCbCrToRGB(uint8 y, uint8 cb, uint8 cr)

 

static func YCbCrToRGB(_ y: uint8, _ cb: uint8, _ cr: uint8) -> (Byte, Byte, Byte)

 

func YCbCrToRGB(y uint8, cb uint8, cr uint8) tuple of (Byte, Byte, Byte)

 

Shared Function YCbCrToRGB(y As uint8, cb As uint8, cr As uint8) As Tuple (Of Byte, Byte, Byte)

Parameters:

  • y:
  • cb:
  • cr: