mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
all: update comments
This commit is contained in:
parent
8f32cc19c5
commit
ba1af60480
@ -20,7 +20,7 @@ import (
|
|||||||
"github.com/hajimehoshi/ebiten/v2/internal/affine"
|
"github.com/hajimehoshi/ebiten/v2/internal/affine"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ColorMDim is a dimension of a ColorM.
|
// ColorMDim is the dimension of a ColorM.
|
||||||
//
|
//
|
||||||
// Deprecated: as of v2.5. Use the colorm package instead.
|
// Deprecated: as of v2.5. Use the colorm package instead.
|
||||||
const ColorMDim = affine.ColorMDim
|
const ColorMDim = affine.ColorMDim
|
||||||
|
@ -24,7 +24,7 @@ import (
|
|||||||
"github.com/hajimehoshi/ebiten/v2/internal/builtinshader"
|
"github.com/hajimehoshi/ebiten/v2/internal/builtinshader"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Dim is a dimension of a ColorM.
|
// Dim is the dimension of a ColorM.
|
||||||
const Dim = affine.ColorMDim
|
const Dim = affine.ColorMDim
|
||||||
|
|
||||||
// ColorM represents a matrix to transform coloring when rendering an image.
|
// ColorM represents a matrix to transform coloring when rendering an image.
|
||||||
|
Loading…
Reference in New Issue
Block a user