Uniform
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.image
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Uniform()
init()
Sub New()
constructor (Color)
constructor(aC: Color)
Uniform(Color aC)
init(_ aC: Color)
Sub New(aC As Color)
Parameters:
- aC:
constructor (Uniform)
constructor(value: Uniform)
Uniform(Uniform value)
init(_ value: Uniform)
Sub New(value As Uniform)
Parameters:
- value:
At
method At(x: int; y: int): Color
Color At(int x, int y)
func At(_ x: int, _ y: int) -> Color
func At(x int, y int) Color
Function At(x As int, y As int) As Color
Parameters:
- x:
- y:
Bounds
method Bounds: Rectangle
Rectangle Bounds()
func Bounds() -> Rectangle
func Bounds() Rectangle
Function Bounds() As Rectangle
C
var C: Color;
Color C
var C: Color
C Color
FIELD C() As Color
ColorModel
method ColorModel: Model
Model ColorModel()
func ColorModel() -> Model
func ColorModel() Model
Function ColorModel() As Model
method Convert(Color): Color
Color Convert(Color )
func Convert(_ Color) -> Color
func Convert( Color) Color
Function Convert( As Color) As Color
Parameters:
- :
method Convert(Color): Color
Color Convert(Color )
func Convert(_ Color) -> Color
func Convert( Color) Color
Function Convert( As Color) As Color
Parameters:
- :
Opaque
method Opaque: bool
bool Opaque()
func Opaque() -> bool
func Opaque() bool
Function Opaque() As bool
RGBA
method RGBA: tuple of (r: UInt32, g: UInt32, b: UInt32, a: UInt32)
(UInt32 r, UInt32 g, UInt32 b, UInt32 a) RGBA()
func RGBA() -> tuple of (UInt32, UInt32, UInt32, UInt32)
func RGBA() tuple of (|name=r| UInt32, |name=g| UInt32, |name=b| UInt32, |name=a| UInt32)
Function RGBA() As Tuple (Of UInt32, UInt32, UInt32, UInt32)
C
var C: Color;
Color C
var C: Color
C Color
FIELD C() As Color
constructor
constructor
Uniform()
init()
Sub New()
constructor (Color)
constructor(aC: Color)
Uniform(Color aC)
init(_ aC: Color)
Sub New(aC As Color)
Parameters:
- aC:
constructor (Uniform)
constructor(value: Uniform)
Uniform(Uniform value)
init(_ value: Uniform)
Sub New(value As Uniform)
Parameters:
- value:
method Convert(Color): Color
Color Convert(Color )
func Convert(_ Color) -> Color
func Convert( Color) Color
Function Convert( As Color) As Color
Parameters:
- :